Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_name__",
"description": "__MSG_description__",
"default_locale": "en",
"version": "1.0.15",
"manifest_version": 3,
"host_permissions": [
"*:\/\/*.primevideo.com\/*",
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.co.jp\/*"
],
"permissions": [
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": "48FreeveeSkipper.png"
},
"content_scripts": [
{
"js": [
"options.js",
"engine.js",
"amazon.min.js"
],
"matches": [
"*:\/\/*.primevideo.com\/*",
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.co.jp\/*"
]
}
],
"icons": {
"48": "48FreeveeSkipper.png",
"128": "128FreeveeSkipper.png"
},
"background": {
"service_worker": "background.js"
}
}