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.2.0", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArmlJ6M0LTL3xMUMtzvv93b8LjPLzHg4\/0emCzE4Cc6yC4qUmpWaRftItDbWQvYJrLLr2CS6BxICWGHpNjQoSkSH+vf4HQYW5PhZYlZ8EERRSiSQ98NeXDzq9mT6a0j6W7HnvemHlXvXTB6ALGqD\/yQlxyjOTk5u7EN+c9Ln9Kzx\/Az4MICL74L5EM4CYDaAE+5pDLI4Z1mazAhGJADa44JlsB62VFtvczbjBiHZjKr3mNlNxpwW+bsa35Kp5hnPY99NyT5IKKgJmU0ecY9CqivrGBzPHBku+fUMKvLxd3qWpGbkJV\/iEqhuiHFdk6gHWhkDDHK5x72Kikw304wT9pQIDAQAB", "oauth2": { "client_id": "994620063314-hc34tn89u8oqjtclqihabgcb0fp4u98d.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ], "web_client_id": "994620063314-173eajnm9v0vpkmi3tp8reqqcgm2ej6v.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" ], "host_permissions": [ "*:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "js\/jquery-3.6.3.min.js", "content.js" ], "css": [ "css\/content.css" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ { "resources": [ "img\/*", "images\/", "main-world.js" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_popup": "popup.html" } }