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": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.0.6", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtKgX52NYH6zaRiLLQx+7yMALlaBsIfvFbqBrxy7Y49cxYx4De9LSK1DzHN9TSzqASzsVxbZXPuUHUB6ahw1v+zd67x2+3T5gsN7SabX9b81fEYAHn5LYGP2PX6lunhDqhk5vPpKfhc\/iQaN0us6W\/maj5aqn2flW4vahwYmQ4VDa8hSQpIbHSiXcaxe1yHrlRPrOSvGqG4N0CyxnD1yW2ZRcAMyUBUcFZyBe8h8dckSlv4UU5KnaenUZW5CeQHPmIkzs0D6cQquFwYh9hq\/Z\/q\/WrBVhyQxNueS3YJ9Nc16TOzXUN+QMrnaQgUzcmXUNb4eJfIOVXYTioF0uDfd\/2QIDAQAB", "oauth2": { "client_id": "1091685657421-pmbsg1smqdm0p0jnml11jnog4li5tveu.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ], "web_client_id": "1091685657421-qsscmattg4q7ob2feb21n8im2osvpgh3.apps.googleusercontent.com" }, "background": { "service_worker": "service-worker.js" }, "icons": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "permissions": [ "storage", "cookies", "identity", "tabs" ], "host_permissions": [ "*:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/friends\/list*" ], "js": [ "js\/jquery-3.6.3.min.js", "content-ui.js" ], "include_globs": [ "*#fbfr", "*#\/fbfr" ] }, { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "img\/*", "images\/" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_popup": "popup.html" } }