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", "manifest_version": 3, "name": "\u05d3\u05d9\u05e8\u05b8\u05d8\u05e8\u05d5\u05df - \u05de\u05d5\u05e6\u05d0 \u05d4\u05d3\u05d9\u05e8\u05d5\u05ea \u05e9\u05dc\u05da", "version": "1.0.1", "description": "\u05de\u05e0\u05ea\u05d7 \u05d7\u05db\u05dd \u05dc\u05e4\u05d5\u05e1\u05d8\u05d9\u05dd \u05e9\u05dc \u05d3\u05d9\u05e8\u05d5\u05ea \u05d1\u05e7\u05d1\u05d5\u05e6\u05d5\u05ea \u05e4\u05d9\u05d9\u05e1\u05d1\u05d5\u05e7. \u05d4\u05d5\u05e1\u05d9\u05e4\u05d5 \u05e7\u05d1\u05d5\u05e6\u05d5\u05ea, \u05d4\u05d2\u05d3\u05d9\u05e8\u05d5 \u05d4\u05e2\u05d3\u05e4\u05d5\u05ea, \u05d5\u05d4\u05ea\u05d5\u05e1\u05e3 \u05d9\u05d0\u05e1\u05d5\u05e3, \u05d9\u05d3\u05e8\u05d2 \u05d5\u05d9\u05e1\u05e0\u05df \u05e4\u05d5\u05e1\u05d8\u05d9\u05dd \u05db\u05d3\u05d9 \u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05ea \u05d4\u05d3\u05d9\u05e8\u05d4 \u05e9\u05dc\u05db\u05dd!", "permissions": [ "storage", "tabs" ], "host_permissions": [ "https:\/\/www.facebook.com\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "run_at": "document_end", "js": [ "facebook.js" ] } ], "web_accessible_resources": [ { "resources": [ "third_party\/jquery-3.3.1.min.js", "score.js" ], "matches": [ "<all_urls>" ] } ] }