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",
"name": "Roku Channel Skipper: Skip ads, intros",
"description": "Automatically skip ads, intros and click next episode button on Roku Channel.",
"version": "0.0.3",
"manifest_version": 3,
"host_permissions": [
"*:\/\/*.roku.com\/*"
],
"permissions": [
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": "48RokuSkipper.png"
},
"content_scripts": [
{
"js": [
"options.js",
"content.js"
],
"matches": [
"*:\/\/*.roku.com\/*"
]
}
],
"icons": {
"48": "48RokuSkipper.png",
"128": "128RokuSkipper.png"
},
"background": {
"service_worker": "background.js"
}
}