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": "Keyword Trends - Keyword Research Tool", "description": "Adds keyword trends to your Google search page.", "version": "1.1.1", "action": [], "permissions": [ "webRequest", "storage" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "icons": { "16": "assets\/icons\/icon_16.png", "32": "assets\/icons\/icon_32.png", "48": "assets\/icons\/icon_48.png", "64": "assets\/icons\/icon_64.png", "128": "assets\/icons\/icon_128.png" }, "host_permissions": [ "*:\/\/*.google.com\/*" ], "content_scripts": [ { "js": [ "assets\/main.tsx-loader.f41cacc4.js" ], "matches": [ "<all_urls>" ], "css": [ "assets\/main.095520f6.css" ] } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "editor\/index.html", "assets\/config.fe730946.js", "assets\/main.tsx.d281ddd4.js" ], "use_dynamic_url": false } ] }