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": "Privacy Screen and Security Blur",
"short_name": "Privacy Screen",
"description": "Enhance Privacy and Security by Automatically Blurring Pages",
"permissions": [
"activeTab",
"identity",
"identity.email",
"storage"
],
"version": "0.2",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"jquery.js",
"script.js"
]
}
],
"action": {
"default_title": "Privacy Screen",
"default_popup": "popup.html",
"default_icon": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"128": "128.png",
"150": "150.png",
"512": "512.png"
}
},
"icons": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"128": "128.png",
"150": "150.png",
"512": "512.png"
}
}