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": "GrowMatic On-Page SEO Optimizer & SERP Keywords Scraper", "version": "1.0.4", "description": "Scrape keywords and n-grams from SERPs and optimize pages for SEO", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "activeTab", "scripting", "storage", "system.display" ], "host_permissions": [ "<all_urls>" ], "action": [], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/search*", "*:\/\/www.google.co.uk\/search*", "*:\/\/www.google.ca\/search*", "*:\/\/www.google.com.au\/search*", "*:\/\/www.google.de\/search*", "*:\/\/www.google.fr\/search*", "*:\/\/www.google.es\/search*", "*:\/\/www.google.it\/search*", "*:\/\/www.google.nl\/search*", "*:\/\/www.google.com.br\/search*", "*:\/\/www.google.jp\/search*", "*:\/\/www.google.co.in\/search*", "*:\/\/www.google.co.kr\/search*", "*:\/\/www.google.ru\/search*", "*:\/\/www.google.com.mx\/search*", "*:\/\/www.google.se\/search*", "*:\/\/www.google.dk\/search*", "*:\/\/www.google.no\/search*", "*:\/\/www.google.pl\/search*", "*:\/\/www.google.ch\/search*" ], "js": [ "countries-config.js", "logging-service.js", "stopwords-service.js", "content-script.js" ] } ], "web_accessible_resources": [ { "resources": [ "countries-config.js", "stopwords.js", "window.html", "stopwords-service.js", "logging-service.js" ], "matches": [ "<all_urls>" ] } ] }