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": "AdSparo - AdLibrary Ad Finder & Ad spy Tool", "version": "1.0.20", "permissions": [ "activeTab", "storage", "cookies" ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "js": [ "jquery.js", "initialize.js", "ContentScript.js" ], "css": [ "style.css" ] } ], "action": { "default_icon": "images\/icon.png", "default_popup": "popup\/popup.html", "default_name": "AdSparo" }, "background": { "service_worker": "background.js" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "host_permissions": [ "*:\/\/adsparo.com\/" ] }