Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ReviewDio",
"description": "ReviewDio warns users when any Amazon product has video review.",
"version": "1.05",
"action": {
"default_icon": {
"16": "images\/logo16.png",
"48": "images\/logo48.png",
"64": "images\/logo64.png",
"128": "images\/logo128.png"
},
"default_title": "ReviewDio",
"default_popup": "html\/popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.amazon.com.br\/*",
"*:\/\/*.amazon.ca\/*",
"*:\/\/*.amazon.com.mx\/*",
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.cn\/*",
"*:\/\/*.amazon.in\/*",
"*:\/\/*.amazon.co.jp\/*",
"*:\/\/*.amazon.sg\/*",
"*:\/\/*.amazon.com.tr\/*",
"*:\/\/*.amazon.ae\/*",
"*:\/\/*.amazon.sa\/*",
"*:\/\/*.amazon.fr\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.it\/*",
"*:\/\/*.amazon.nl\/*",
"*:\/\/*.amazon.pl\/*",
"*:\/\/*.amazon.es\/*",
"*:\/\/*.amazon.se\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.com.au\/*",
"*:\/\/*.premium.tacticalbucket.com\/*"
],
"css": [
"css\/content.css"
],
"js": [
"js\/jquery.js",
"js\/popper.js",
"js\/utils.js",
"js\/content.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"permissions": [
"storage",
"tabs"
],
"host_permissions": [
"*:\/\/app.reviewdio.com\/*"
],
"background": {
"service_worker": "js\/background.js"
},
"icons": {
"16": "images\/logo16.png",
"48": "images\/logo48.png",
"64": "images\/logo64.png",
"128": "images\/logo128.png"
},
"web_accessible_resources": [
{
"resources": [
"images\/*"
],
"matches": [
"<all_urls>"
]
}
]
}