Search any product in one click and find same or similar goods with lower price.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"service_worker": "background.bundle.js"
},
"content_scripts": [
{
"all_frames": false,
"js": [
"contentScript.bundle.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start"
}
],
"default_locale": "en",
"description": "__MSG_extDescription__",
"host_permissions": [
"http://*/",
"https://*/"
],
"icons": {
"128": "ic.png"
},
"manifest_version": 3,
"name": "__MSG_extName__",
"permissions": [
"storage",
"unlimitedStorage",
"contextMenus",
"scripting",
"tabs"
],
"version": "3.4.7",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"ic.png",
"loader.css",
"toast.css"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}