Auto Iframes Remover

This extension will automatically remove all iframes on all websites when the page loads.

Qu'est-ce que Auto Iframes Remover ?

Auto Iframes Remover est une extension Chrome développée par https://wildwestwiki.com, et sa fonction principale est "This extension will automatically remove all iframes on all websites when the page loads.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Auto Iframes Remover

Téléchargez les fichiers d'extension Auto Iframes Remover 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

                        Want to remove all iframes on a website? Auto Iframes Remover automatically finds and removes or stops all iframes from loading on websites. When active, the extension automatically starts removing iframes the moment you start loading a website and continues to remove all iframes including those that may spring up later after the site loads.                    

Informations de Base sur l'Extension

Nom Auto Iframes Remover Auto Iframes Remover
ID fhenkighldilmobhdgopkhejbaainnfm
URL Officiel https://chromewebstore.google.com/detail/auto-iframes-remover/fhenkighldilmobhdgopkhejbaainnfm
Description This extension will automatically remove all iframes on all websites when the page loads.
Taille du Fichier 18.3 KB
Nombre d'Installations 369
Version Actuelle 3.6.9
Dernière Mise à Jour 2023-08-28
Date de Publication 2021-03-04
Évaluation 4.25/5 Total 4 Évaluations
Développeur https://wildwestwiki.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wildwestwiki.com/childsPlayExtensions/auto-iframes-remover
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.6.9",
    "manifest_version": 3,
    "offline_enabled": true,
    "short_name": "AiR",
    "homepage_url": "https:\/\/wildwestwiki.com\/wiki\/1090025\/auto-iframes-remover-air-chrome-extension",
    "name": "Auto Iframes Remover",
    "description": "This extension will automatically remove all iframes on all websites when the page loads.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "badge": {
            "display": "block",
            "text": "0"
        },
        "default_popup": "options.html",
        "default_title": "Auto Iframes Remover V3 series"
    },
    "options_page": "options.html",
    "icons": {
        "48": "airsmall.png",
        "128": "air.png"
    }
}