tv3adblock
Skip TV3 Play ads
Wat is tv3adblock?
tv3adblock is een Chrome-extensie ontwikkeld door Reinis Ivanovs, en de belangrijkste functie is "Skip TV3 Play ads".
Extensie Screenshots
Download het CRX-bestand van de extensie tv3adblock
Download tv3adblock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Removes ads from TV3 Play by substituting the default player with Flowplayer.
Known issue: subtitles don't work. Basisinformatie over de Extensie
| Naam | |
| ID | pkefobmhooffjmbmfoagpmgidhihnmii |
| Officiële URL | https://chromewebstore.google.com/detail/tv3adblock/pkefobmhooffjmbmfoagpmgidhihnmii |
| Beschrijving | Skip TV3 Play ads |
| Bestandsgrootte | 56.81 KB |
| Aantal Installaties | 197 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2013-04-29 |
| Publicatiedatum | 2013-04-29 |
| Beoordeling | 3.60/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | Reinis Ivanovs |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/slikts/tv3adblock |
| Ondersteunde Talen | 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"
} | |