tv3adblock
Skip TV3 Play ads
What is tv3adblock?
tv3adblock is a Chrome extension developed by Reinis Ivanovs, and its main feature is "Skip TV3 Play ads".
Extension Screenshots
Download tv3adblock Extension CRX File
Download tv3adblock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Removes ads from TV3 Play by substituting the default player with Flowplayer. Known issue: subtitles don't work.
Extension Basic Information
Name | tv3adblock |
ID | pkefobmhooffjmbmfoagpmgidhihnmii |
Official URL | https://chromewebstore.google.com/detail/tv3adblock/pkefobmhooffjmbmfoagpmgidhihnmii |
Description | Skip TV3 Play ads |
File Size | 56.81 KB |
Installation Count | 197 |
Current Version | 1.1 |
Last Updated | 2013-04-29 |
Publish Date | 2013-04-29 |
Rating | 3.60/5 Total 10 Ratings |
Developer | Reinis Ivanovs |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/slikts/tv3adblock |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Skip TV3 Play ads", "name": "tv3adblock", "permissions": [ "http:\/\/*.viastream.viasat.tv\/*" ], "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/tv3adblock\/pkefobmhooffjmbmfoagpmgidhihnmii", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.tv3play.lv\/*" ], "js": [ "jquery.js", "flowplayer.js", "tv3adblock.js" ], "run_at": "document_end" } ], "manifest_version": 2, "version": "1.1" } |