Expand more search bar suggestions in various sites.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"action": {},
"background": {
"service_worker": "background/index.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"content/import-index.js"
],
"matches": [
"https://*/*"
]
}
],
"default_locale": "en",
"description": "Expand more search bar suggestions in various sites.",
"differential_fingerprint": "1.d9bea8213ca41edaf8549ceff643e00165cb6c6db7759b6194ea215ac1bcb54f",
"icons": {
"16": "assets/icons/16.png",
"32": "assets/icons/32.png",
"48": "assets/icons/48.png",
"128": "assets/icons/128.png",
"512": "assets/icons/512.png"
},
"manifest_version": 3,
"name": "Universal Keyword Planner box",
"permissions": [
"storage",
"tabs"
],
"version": "0.0.3",
"web_accessible_resources": [
{
"matches": [
"https://*/*"
],
"resources": [
"assets/icons/32.png",
"assets/loader.svg"
]
},
{
"matches": [
"https://*/*"
],
"resources": [
"chunks/*-*.js",
"content/index.js"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}