Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "name": "__MSG_appName__", "version": "1.0.1", "description": "__MSG_appDesc__", "manifest_version": 3, "default_locale": "en", "minimum_chrome_version": "96", "permissions": [ "storage", "tabs", "alarms" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "host_permissions": [ "*:\/\/*.facebook.com\/*" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "resources": [ "icons\/*", "images\/*", "fonts\/*", "static\/injected.js", "static\/showOnly.js" ] } ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/fb.wwyyuu.top\/*" ], "js": [ "js\/all.js", "js\/main.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/extension-icon-x16.png", "32": "icons\/extension-icon-x32.png", "48": "icons\/extension-icon-x48.png", "128": "icons\/extension-icon-x128.png" } }, "options_ui": { "page": "options.html", "open_in_tab": true }, "icons": { "16": "icons\/extension-icon-x16.png", "32": "icons\/extension-icon-x32.png", "48": "icons\/extension-icon-x48.png", "128": "icons\/extension-icon-x128.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" }