Filter Youtube Channels

Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!!

Filter Youtube Channelsคืออะไร?

Filter Youtube Channels เป็นส่วนขยายของ Chrome ที่พัฒนาโดย QubitKernel และคุณลักษณะหลักของมันคือ "Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!!"

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

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

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

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

                        Just feed in the name of the channel and it will remember to keep the videos out of your sight.

You can always un-filter or unblock the videos by just clicking "Remove" button in the plugin popup. Extremely easy!

This plugin does not track or store any kind of data, user or otherwise, at remote servers!

Remember to turn it on in incognito/private mode!                    

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

ชื่อ Filter Youtube Channels Filter Youtube Channels
ID nchjfnobpfpkgmhagecolagcfemdkjfm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/filter-youtube-channels/nchjfnobpfpkgmhagecolagcfemdkjfm
คำอธิบาย Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!!
ขนาดไฟล์ 27.94 KB
จำนวนการติดตั้ง 113
เวอร์ชันปัจจุบัน 0.0.0.8
อัปเดตครั้งล่าสุด 2019-11-24
วันที่เผยแพร่ 2019-11-24
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา QubitKernel
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Filter Youtube Channels",
    "version": "0.0.0.8",
    "description": "Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!!",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon_128.png"
    }
}