Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Halloween backgrounds and stickers for video calls and chats", "description": "Cute and spooky free halloween backgrounds for video calls, online meetings, and streaming sessions.", "homepage_url": "https:\/\/webcameffects.app\/", "manifest_version": 3, "version": "1.0.3", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl7oXjKDutQ7v+BXOWubszVZiBcQzNeQBtKYiIdfuXiLrvCVMJIUWbgd+xB2RWoCWqWYr3E4DYjjj3qyWObvXvU6Wd9uD0Ebu+jlpIJCpSiSJhgsUI2Viaz3rJN\/SSiemuYeuc1IEcHEu0FdIL7r0304gjLXIvPTfo1ECOFhcmMJG3l\/X4BLLvJcLt33Xg2mJ\/8O\/0goDpEYCVkl8OIBJTobLXL+2c\/gb8MYtGkoLx4aaDekKNYcTetnaj08EHOgWvNG2bp4RaeQUWt6ZnfuVDwWvGKeHMa77+PwKZTTX0mDuF\/5CCB3DWyXEi8IuplLFLLbLwXTMs\/Ymt5VDPbAjlQIDAQAB", "minimum_chrome_version": "88", "icons": { "16": "icons\/active-16.png", "48": "icons\/active-48.png", "128": "icons\/active-128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "scripts\/content.js" ], "run_at": "document_start", "all_frames": false } ], "background": { "service_worker": "scripts\/background.js", "type": "module" }, "action": { "default_icon": "icons\/active-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>" ] } ] }