Auto Iframes Remover

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

Auto Iframes Remover là gì?

Auto Iframes Remover là một tiện ích mở rộng Chrome được phát triển bởi https://wildwestwiki.com, và tính năng chính của nó là "This extension will automatically remove all iframes on all websites when the page loads.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Iframes Remover

Tải xuống các tệp mở rộng Auto Iframes Remover dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto Iframes Remover Auto Iframes Remover
ID fhenkighldilmobhdgopkhejbaainnfm
URL Chính Thức https://chromewebstore.google.com/detail/auto-iframes-remover/fhenkighldilmobhdgopkhejbaainnfm
Mô tả This extension will automatically remove all iframes on all websites when the page loads.
Kích Thước Tệp 18.3 KB
Số Lần Cài Đặt 369
Phiên Bản Hiện Tại 3.6.9
Cập Nhật Lần Cuối 2023-08-28
Ngày Phát Hành 2021-03-04
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://wildwestwiki.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wildwestwiki.com/childsPlayExtensions/auto-iframes-remover
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}