Inspect and view changes in Buy with GlobalShop from Amazon source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Buy with GlobalShop from Amazon",
"description": "Buy with GlobalShop from Amazon. Let Globalshopaholics buy for you with the best prices.",
"version": "1.0.0",
"manifest_version": 3,
"icons": {
"16": "favicon/16.png",
"32": "favicon/32.png",
"48": "favicon/48.png",
"128": "favicon/128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": []
}