Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "2.4.7",
"default_locale": "en",
"name": "Spending Calculator for Amazon \u2013 Brazil, UK, US, and Spain ",
"description": "Easily track your total Amazon spending across Brazil, UK, US, and Spain with one smart browser extension. ",
"background": {
"service_worker": "background\/background.js"
},
"action": {
"default_icon": {
"2000": "Icons\/Icon 2000.png"
}
},
"icons": {
"2000": "Icons\/Icon 2000.png"
},
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"react-app-holder.js"
]
},
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"permissions": [
"tabs",
"storage",
"activeTab",
"notifications",
"gcm",
"scripting"
],
"web_accessible_resources": [
{
"resources": [
"Icons\/*",
"fonts\/*.ttf"
],
"matches": [
"<all_urls>"
]
}
]
}