Remove Adblock Thing

Remove the Adblock Popup from YOUTUBE

Remove Adblock Thingคืออะไร?

Remove Adblock Thing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://afixer.app และคุณลักษณะหลักของมันคือ "Remove the Adblock Popup from YOUTUBE"

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

screenshot

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

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

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

                        Remove the Adblock Popup from YouTube

This extension packages the 'RemoveAdblockThing' script, which can be found at . This script effectively blocks YouTube's ad blocker detection popup.

Features:

- Lightweight: This extension is designed to be lightweight, ensuring it won't slow down your browsing experience.
- No Additional Permissions Required: You won't need to grant any additional permissions for this extension to work.
- Open Source: This extension is open source and can be found at .
- No Tampermonkey Required: This extension functions as a standalone script, eliminating the need to install Tampermonkey first. Simply install this extension and enjoy an ad-free YouTube experience!                    

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

ชื่อ Remove Adblock Thing Remove Adblock Thing
ID bfpadbloibjmakbdbmljnbacfggmghmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remove-adblock-thing/bfpadbloibjmakbdbmljnbacfggmghmk
คำอธิบาย Remove the Adblock Popup from YOUTUBE
ขนาดไฟล์ 11.43 KB
จำนวนการติดตั้ง 4,847
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-11-07
วันที่เผยแพร่ 2023-11-07
คะแนน 4.58/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://afixer.app
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/openhoangnc/Youtube-Ad-blocker-Reminder-Remover/issues
URL หน้านโยบายความเป็นส่วนตัว https://afixer.app/privacy-policy.txt
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "description": "Remove the Adblock Popup from YOUTUBE",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Remove Adblock Thing",
    "version": "1.0"
}