Iframe constant removal

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

Qu'est-ce que Iframe constant removal ?

Iframe constant removal est une extension Chrome développée par HashFair, et sa fonction principale est "Constant Iframe removing to block annoying ads. 0.5 sec delay.".

Télécharger le fichier CRX de l'extension Iframe constant removal

Téléchargez les fichiers d'extension Iframe constant removal 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

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

Informations de Base sur l'Extension

Nom Iframe constant removal Iframe constant removal
ID cgbjgnebmafpalandcmmalkncndcfnpo
URL Officiel https://chromewebstore.google.com/detail/iframe-constant-removal/cgbjgnebmafpalandcmmalkncndcfnpo
Description Constant Iframe removing to block annoying ads. 0.5 sec delay.
Taille du Fichier 3.14 KB
Nombre d'Installations 49
Version Actuelle 0.1
Dernière Mise à Jour 2017-10-28
Date de Publication 2017-10-28
Évaluation 4.67/5 Total 3 Évaluations
Développeur HashFair
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}