Auto Iframes Remover

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

Auto Iframes Removerとは何ですか?

Auto Iframes Removerはhttps://wildwestwiki.comによって開発されたChromeの拡張機能で、その主な機能は「This extension will automatically remove all iframes on all websites when the page loads.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Auto Iframes Remover拡張機能のCRXファイルをダウンロード

Auto Iframes Remover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Auto Iframes Remover Auto Iframes Remover
ID fhenkighldilmobhdgopkhejbaainnfm
公式URL https://chromewebstore.google.com/detail/auto-iframes-remover/fhenkighldilmobhdgopkhejbaainnfm
説明 This extension will automatically remove all iframes on all websites when the page loads.
ファイルサイズ 18.3 KB
インストール数 369
現在のバージョン 3.6.9
最終更新日 2023-08-28
公開日 2021-03-04
評価 4.25/5 合計 4 レビュー
開発者 https://wildwestwiki.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://wildwestwiki.com/childsPlayExtensions/auto-iframes-remover
対応言語 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"
    }
}