Iframe constant removal

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

Wat is Iframe constant removal?

Iframe constant removal is een Chrome-extensie ontwikkeld door HashFair, en de belangrijkste functie is "Constant Iframe removing to block annoying ads. 0.5 sec delay.".

Download het CRX-bestand van de extensie Iframe constant removal

Download Iframe constant removal-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

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

Basisinformatie over de Extensie

Naam Iframe constant removal Iframe constant removal
ID cgbjgnebmafpalandcmmalkncndcfnpo
Officiële URL https://chromewebstore.google.com/detail/iframe-constant-removal/cgbjgnebmafpalandcmmalkncndcfnpo
Beschrijving Constant Iframe removing to block annoying ads. 0.5 sec delay.
Bestandsgrootte 3.14 KB
Aantal Installaties 49
Huidige Versie 0.1
Laatst Bijgewerkt 2017-10-28
Publicatiedatum 2017-10-28
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar HashFair
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}