Thx Ynet

Block their annoying anti-adblock window easily

Was ist Thx Ynet?

Thx Ynet ist eine Chrome-Erweiterung, die von Alon Kollmann entwickelt wurde, und ihr Hauptmerkmal ist "Block their annoying anti-adblock window easily".

Erweiterungsscreenshots

screenshot

Thx Ynet-Erweiterungs-CRX-Datei herunterladen

Laden Sie Thx Ynet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Thx Ynet Thx Ynet
ID fhpacmallpcgfnpiafacahommledfjam
Offizielle URL https://chromewebstore.google.com/detail/thx-ynet/fhpacmallpcgfnpiafacahommledfjam
Beschreibung Block their annoying anti-adblock window easily
Dateigröße 14.05 KB
Installationsanzahl 139
Aktuelle Version 1.0.5
Letztes Update 2015-11-11
Veröffentlichungsdatum 2015-11-11
Bewertung 5.00/5 Insgesamt 11 Bewertungen
Entwickler Alon Kollmann
Zahlungsart free
Unterstützte Sprachen iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Thx Ynet",
    "description": "Block their annoying anti-adblock window easily",
    "version": "1.0.5",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.ynet.co.il\/*"
            ],
            "css": [
                "adfree.css"
            ]
        }
    ]
}