Iframe constant removal

Constant Iframe removing to block annoying ads. 0.5 sec delay.

Was ist Iframe constant removal?

Iframe constant removal ist eine Chrome-Erweiterung, die von HashFair entwickelt wurde, und ihr Hauptmerkmal ist "Constant Iframe removing to block annoying ads. 0.5 sec delay.".

Iframe constant removal-Erweiterungs-CRX-Datei herunterladen

Laden Sie Iframe constant removal-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

                        Constant Iframe removing to block annoying ads.
0.5 sec delay.                    

Grundlegende Informationen zur Erweiterung

Name Iframe constant removal Iframe constant removal
ID cgbjgnebmafpalandcmmalkncndcfnpo
Offizielle URL https://chromewebstore.google.com/detail/iframe-constant-removal/cgbjgnebmafpalandcmmalkncndcfnpo
Beschreibung Constant Iframe removing to block annoying ads. 0.5 sec delay.
Dateigröße 3.14 KB
Installationsanzahl 49
Aktuelle Version 0.1
Letztes Update 2017-10-28
Veröffentlichungsdatum 2017-10-28
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler HashFair
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Iframe constant removal",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}