Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "CleanView by ActiveFence",
"version": "2.0.2",
"description": "Blur and gray difficult content, schedule mindfulness breaks, with ActiveFence's resilience toolkit for Trust & Safety professionals",
"author": "ActiveFence",
"permissions": [
"tabs",
"storage",
"alarms",
"cookies",
"scripting"
],
"background": {
"service_worker": "scripts\/background.js"
},
"content_scripts": [
{
"js": [
"scripts\/content.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
},
{
"all_frames": true,
"js": [
"scripts\/content.js"
],
"matches": [
"https:\/\/vi.vipr.ebaydesc.com\/ws\/eBayISAPI.dll*"
]
}
],
"icons": {
"24": "images\/logo_24x24.png",
"48": "images\/logo_48x48.png",
"96": "images\/logo_96x96.png"
},
"web_accessible_resources": [
{
"resources": [
"content\/*.css",
"content\/*.svg",
"images\/*.png"
],
"matches": [
"<all_urls>"
]
}
],
"host_permissions": [
"http:\/\/*\/",
"https:\/\/*\/"
],
"action": {
"default_title": "",
"default_icon": {
"24": "images\/logo_24x24.png",
"48": "images\/logo_48x48.png",
"96": "images\/logo_96x96.png"
}
}
}