Youtube popup blocker

People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…

Youtube popup blockerคืออะไร?

Youtube popup blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dev Fasil และคุณลักษณะหลักของมันคือ "People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…"

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

screenshot

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

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

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

                        People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen that can't be turned off. This extention removes those unwanted popups.

It can be easily turned off again by clicking on the extention button in the top right.                    

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

ชื่อ Youtube popup blocker Youtube popup blocker
ID calcepdepicecadfaibokdeheekbihkc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-popup-blocker/calcepdepicecadfaibokdeheekbihkc
คำอธิบาย People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…
ขนาดไฟล์ 6.86 KB
จำนวนการติดตั้ง 1,403
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2020-09-09
วันที่เผยแพร่ 2020-08-31
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Dev Fasil
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube popup blocker",
    "manifest_version": 2,
    "version": "2.0",
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "rb_active_16.png",
        "128": "fyt_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": []
}