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": "TTV LOL PRO", "description": "TTV LOL PRO removes most livestream ads from Twitch.", "homepage_url": "https:\/\/github.com\/younesaassila\/ttv-lol-pro", "version": "2.5.0", "background": { "service_worker": "background.d3841f1b.js" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset", "enabled": true, "path": "ruleset.143dee44.json" } ] }, "action": { "default_icon": { "128": "icon.29e374c2.png" }, "default_title": "TTV LOL PRO", "default_popup": "menu.f143907c.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*", "https:\/\/m.twitch.tv\/*" ], "js": [ "content.5e671474.js" ], "run_at": "document_start", "css": [] } ], "icons": { "128": "icon.29e374c2.png" }, "options_ui": { "browser_style": false, "open_in_tab": true, "page": "options\/page.html" }, "permissions": [ "declarativeNetRequest", "proxy", "storage", "tabs", "webRequest", "webRequestAuthProvider" ], "host_permissions": [ "https:\/\/*.live-video.net\/*", "https:\/\/*.ttvnw.net\/*", "https:\/\/*.twitch.tv\/*" ], "web_accessible_resources": [ { "resources": [ "setup\/page.html" ], "matches": [], "use_dynamic_url": true }, { "matches": [ "https:\/\/www.twitch.tv\/*", "https:\/\/m.twitch.tv\/*" ], "resources": [ "page.fb072804.js", "worker.c0b1c581.js" ] } ] }