TakiBlock

TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!

TakiBlockคืออะไร?

TakiBlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TakiDev และคุณลักษณะหลักของมันคือ "TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!"

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

screenshot

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

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

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

                        Fully undetectable ad blocker! TakiBlock will get rid of any of the ads and most trackers on your browser. It blocks the websites that supply these annoying things, which makes it undetectable so websites won't beg you to whitelist their site. 

This extension runs in the background of every page and will not track you at all. Soon there will be a UI and a function to whitelist sites. There will also be a paid version containing many more features.                    

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

ชื่อ TakiBlock TakiBlock
ID mindlkbjpaiehbfjaofhmhoalcmncelg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/takiblock/mindlkbjpaiehbfjaofhmhoalcmncelg
คำอธิบาย TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!
ขนาดไฟล์ 3.24 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-10-15
วันที่เผยแพร่ 2023-10-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา TakiDev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://takiblock.netlify.app
URL หน้านโยบายความเป็นส่วนตัว https://takiblock.netlify.app/privacy/privacy_policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TakiBlock",
    "version": "1.0.0",
    "description": "TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!",
    "manifest_version": 3,
    "permissions": [
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}