Youtube video and channel blocker

Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters

Youtube video and channel blockerคืออะไร?

Youtube video and channel blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ybeln123 และคุณลักษณะหลักของมันคือ "Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension is for Google Chrome only. Operation in other browsers is not guaranteed.

Block Youtube videos by full title or partial match.                    

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

ชื่อ Youtube video and channel blocker Youtube video and channel blocker
ID olldakipdpmhhpmlapaefnnialmcionp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-video-and-channel/olldakipdpmhhpmlapaefnnialmcionp
คำอธิบาย Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters
ขนาดไฟล์ 153 KB
จำนวนการติดตั้ง 2,017
เวอร์ชันปัจจุบัน 2.9.4
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2021-09-11
คะแนน 4.00/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา ybeln123
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ ms,de,en,en-US,fr,no,vi,tr,et,es,hr,it,lv,pl,pt-PT,ro,fi,sv,cs,sr,bg,ru,uk,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.9.4",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/sms-one.ru\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "js": [
                "constants.js",
                "func.js",
                "jquery.js",
                "lang.js",
                "elements.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "ban.png"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/sms-one.ru\/*"
            ]
        }
    ],
    "manifest_version": 3
}