Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"name": "__MSG_extName__",
"short_name": "__MSG_shortName__",
"version": "3.5.8",
"description": "__MSG_extDesc__",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "__MSG_authorName__",
"default_locale": "en",
"minimum_chrome_version": "100",
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_icon": {
"16": "img\/icons\/16x16-active.png",
"32": "img\/icons\/32x32-active.png",
"38": "img\/icons\/38x38-active.png",
"48": "img\/icons\/48x48-active.png",
"128": "img\/icons\/128x128-active.png"
},
"default_title": "https:\/\/asinzen.com",
"default_popup": "popup\/popup.html"
},
"permissions": [
"scripting",
"identity",
"identity.email",
"storage",
"tabs",
"contextMenus",
"offscreen",
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"declarativeNetRequestWithHostAccess",
"cookies"
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"exclude_matches": [
"https:\/\/*.asinzen.com\/*",
"https:\/\/tacticalarbitrage.threecolts.com\/*",
"https:\/\/*.threecolts.com\/*"
],
"js": [
"\/js\/content-script.js"
],
"run_at": "document_start"
}
],
"icons": {
"16": "img\/icons\/16x16-active.png",
"32": "img\/icons\/32x32-active.png",
"48": "img\/icons\/48x48-active.png",
"128": "img\/icons\/128x128-active.png"
},
"manifest_version": 3,
"web_accessible_resources": [
{
"resources": [
"js\/content-script.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
]
},
{
"resources": [
"js\/libs\/injectVariationScript.js"
],
"matches": [
"*:\/\/www.amazon.com\/*",
"*:\/\/www.amazon.co.uk\/*",
"*:\/\/www.amazon.ca\/*",
"*:\/\/www.amazon.com.mx\/*",
"*:\/\/www.amazon.fr\/*",
"*:\/\/www.amazon.de\/*",
"*:\/\/www.amazon.it\/*",
"*:\/\/www.amazon.es\/*"
]
},
{
"resources": [
"js\/libs\/injectProductStash.js"
],
"matches": [
"*:\/\/www.amazon.com\/*",
"*:\/\/www.amazon.co.uk\/*",
"*:\/\/www.amazon.ca\/*",
"*:\/\/www.amazon.com.mx\/*",
"*:\/\/www.amazon.fr\/*",
"*:\/\/www.amazon.de\/*",
"*:\/\/www.amazon.it\/*",
"*:\/\/www.amazon.es\/*"
]
}
],
"oauth2": {
"client_id": "1027842929887-utnck6jq9sqp2rjr0j83uiqq6n3df7eg.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/spreadsheets"
]
}
}