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": "Keywordme | The Ultimate Google Ads Keyword Tool", "version": "1.1.1", "description": "Eliminate junk keywords with a click, build winning lists, and apply keyword match types quickly. The only Google Ads tool you need.", "icons": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "action": { "default_title": "Keywordme | The Ultimate Google Ads Keyword Tool", "default_icon": "images\/logo.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "storage", "unlimitedStorage", "alarms", "tabs" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "run_at": "document_end", "js": [ "contentScript.js" ], "css": [ "contentScript.css" ] } ], "web_accessible_resources": [ { "resources": [ "negativeKeyword.js", "images\/*", "fonts\/*" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "*:\/\/*\/*", "<all_urls>" ] }