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": "Popper Stopper Pro", "manifest_version": 2, "version": "1.1.4", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-1.7.2.min.js", "platform-code.min.js", "popper-stopper.min.js" ], "match_about_blank": true, "run_at": "document_start", "all_frames": true, "css": [] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png", "256": "icon256.png" }, "options_page": "options.html", "background": { "page": "background.html" }, "content_security_policy": "default-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline' 'unsafe-eval'; connect-src *; frame-src 'self' https:\/\/plusone.google.com https:\/\/www.facebook.com", "permissions": [ "storage" ], "incognito": "split", "browser_action": { "default_icon": "icon19.png", "default_title": "Popper Stopper Pro", "default_popup": "popup.html" }, "web_accessible_resources": [ "icon256.png" ], "description": "No more annoying popups and popunders. Period." }