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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}