Youtube Subfilter Extension

Filter your Youtube suscription videos easily

Youtube Subfilter Extensionคืออะไร?

Youtube Subfilter Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย julianabsatz และคุณลักษณะหลักของมันคือ "Filter your Youtube suscription videos easily"

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

screenshot

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

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

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

                        The purpose of this extension is to filter your subscriptions as much as possible. There is an abundance of channels that often upload content we don't watch, so it's nice to have a clean subscription page that lets you focus on what you WANT to watch.

***THIS IS CURRENTLY ALPHA, EXTENSION MAY HAVE ERRORS***

Current features:
-Manual channel and keyword hiding/showing in grid view
-Hiding already watched content from subscribers
-Easily de-activate filters from the subscriptions page

Upcoming Features:
-List view filtering
-Automatic channel assignment from your subscription list
-General redesign of the popup                    

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

ชื่อ Youtube Subfilter Extension Youtube Subfilter Extension
ID pgfmiggljohpblgjgbglmloiffafgadg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-subfilter-extensi/pgfmiggljohpblgjgbglmloiffafgadg
คำอธิบาย Filter your Youtube suscription videos easily
ขนาดไฟล์ 36.32 KB
จำนวนการติดตั้ง 359
เวอร์ชันปัจจุบัน 0.2.6
อัปเดตครั้งล่าสุด 2017-01-09
วันที่เผยแพร่ 2017-01-09
คะแนน 3.40/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา julianabsatz
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Subfilter Extension",
    "description": "Filter your Youtube suscription videos easily",
    "version": "0.2.6",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/feed\/subscriptions*"
            ],
            "js": [
                "jquery.min.js",
                "subscriptions.js"
            ]
        }
    ]
}