Dizibox Ad Remover

Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.

Dizibox Ad Removerคืออะไร?

Dizibox Ad Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย M. Mücahit Tezcan และคุณลักษณะหลักของมันคือ "Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle."

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

screenshot

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

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

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

                        Ads and pop-ups remover on  Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.                    

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

ชื่อ Dizibox Ad Remover Dizibox Ad Remover
ID njalpngpbgomlhodahcanafhhimggjel
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/dizibox-ad-remover/njalpngpbgomlhodahcanafhhimggjel
คำอธิบาย Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.
ขนาดไฟล์ 15.35 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2020-04-17
วันที่เผยแพร่ 2020-04-17
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา M. Mücahit Tezcan
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://focusthen.tech/
URL หน้าช่วยเหลือ https://focusthen.tech/
URL หน้านโยบายความเป็นส่วนตัว https://focusthen.tech
ภาษาที่รองรับ tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dizibox Ad Remover",
    "description": "Ads and pop-ups remover on  Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.",
    "version": "0.1.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.dizibox.pw\/*",
                "http:\/\/www.dizibox.pw\/*",
                "https:\/\/dizilab.pw\/*",
                "http:\/\/dizilab.pw\/*",
                "https:\/\/dizimag1.org\/*",
                "http:\/\/dizimag1.org\/*",
                "https:\/\/filmakinesi.net\/*",
                "https:\/\/720pizle.org\/*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Dizibox Ad Remover"
    },
    "icons": {
        "128": "icon128.png"
    }
}