Iframe constant removal

Constant Iframe removing to block annoying ads. 0.5 sec delay.

Iframe constant removalคืออะไร?

Iframe constant removal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HashFair และคุณลักษณะหลักของมันคือ "Constant Iframe removing to block annoying ads. 0.5 sec delay."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Iframe constant removal

ดาวน์โหลดไฟล์ส่วนขยาย Iframe constant removal ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Constant Iframe removing to block annoying ads.
0.5 sec delay.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Iframe constant removal Iframe constant removal
ID cgbjgnebmafpalandcmmalkncndcfnpo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/iframe-constant-removal/cgbjgnebmafpalandcmmalkncndcfnpo
คำอธิบาย Constant Iframe removing to block annoying ads. 0.5 sec delay.
ขนาดไฟล์ 3.14 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2017-10-28
วันที่เผยแพร่ 2017-10-28
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา HashFair
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Iframe constant removal",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}