tv3adblock

Skip TV3 Play ads

Qu'est-ce que tv3adblock ?

tv3adblock est une extension Chrome développée par Reinis Ivanovs, et sa fonction principale est "Skip TV3 Play ads".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension tv3adblock

Téléchargez les fichiers d'extension tv3adblock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Removes ads from TV3 Play by substituting the default player with Flowplayer.

Known issue: subtitles don't work.                    

Informations de Base sur l'Extension

Nom tv3adblock tv3adblock
ID pkefobmhooffjmbmfoagpmgidhihnmii
URL Officiel https://chromewebstore.google.com/detail/tv3adblock/pkefobmhooffjmbmfoagpmgidhihnmii
Description Skip TV3 Play ads
Taille du Fichier 56.81 KB
Nombre d'Installations 197
Version Actuelle 1.1
Dernière Mise à Jour 2013-04-29
Date de Publication 2013-04-29
Évaluation 3.60/5 Total 10 Évaluations
Développeur Reinis Ivanovs
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/slikts/tv3adblock
Langues Prises en Charge 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"
}