Auto Iframes Remover

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

Auto Iframes Removerคืออะไร?

Auto Iframes Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wildwestwiki.com และคุณลักษณะหลักของมันคือ "This extension will automatically remove all iframes on all websites when the page loads."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Iframes Remover

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}