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",
"name": "__MSG_appName__",
"homepage_url": "https:\/\/webcameffects.app\/",
"manifest_version": 3,
"version": "3.5.4",
"minimum_chrome_version": "88",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmuCh\/9Ajfk3XPS2ftgwHJdG2wWYYBuuf9sJ7xcVCMMKC5v94zhE9356N6d5RW6IJwSoiYF+VTes4TrZ7fKzWou0R4i5p1Fkv8WTK\/eRE\/EYTWS9515MTB6ngC5cBMUBFYBEaCthQV3SSYrsSciPNjvNd7eBv2RbSYe+ZxcTrJKnvRGKCif\/ZYOdbIdMrA2Hx4lS3sV94Y9VqwwXAQVhPACBOh6FyDxoDzwwoGzLSbbIEi46NHSny9vdgXfl1Scw+Vj9sdcwpTZ9HqKUhCmIHav4RYOtKCCBEcpMbTF1GtYVB3uzKXIKRWiwQjlKLUWGFxweZOp\/Az1XOai8bRHbZcQIDAQAB",
"icons": {
"16": "icon-active-16.png",
"48": "icon-active-48.png",
"128": "icon-active-128.png"
},
"description": "__MSG_appDescription__",
"default_locale": "en",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"scripts\/load.js"
],
"run_at": "document_start",
"all_frames": false
}
],
"background": {
"service_worker": "scripts\/background.js",
"type": "module"
},
"action": {
"default_icon": "icon-128.png",
"default_popup": "index.html"
},
"permissions": [
"tabs",
"activeTab",
"scripting",
"storage",
"declarativeNetRequest",
"browsingData"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset",
"enabled": true,
"path": "rules.json"
}
]
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"*"
],
"matches": [
"<all_urls>"
]
}
]
}