youfilter

Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist.

youfilterคืออะไร?

youfilter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tincher.de และคุณลักษณะหลักของมันคือ "Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist."

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

screenshot

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

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

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

                        You can subscribe or unsubscribe just to specific formats of specific channels.
Just use the format name as a black- or whitelist item and it will be blocked from your subscriptions.
Your settings will be synced with your google account and you can always see and change them in the dashboard.                    

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

ชื่อ youfilter youfilter
ID ebiloedhohfcjdnhjedhiiaenimijicm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youfilter/ebiloedhohfcjdnhjedhiiaenimijicm
คำอธิบาย Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist.
ขนาดไฟล์ 4.44 MB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2019-11-30
วันที่เผยแพร่ 2019-11-30
ผู้พัฒนา https://tincher.de
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                ".\/plinfa.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "description": "Enables you to filter your youtube subscriptions by using a blacklist and \/ or a whitelist.",
    "homepage_url": "http:\/\/tincher.de",
    "icons": {
        "48": "icons\/baseline_label_black_48dp.png"
    },
    "manifest_version": 2,
    "name": "youfilter",
    "options_ui": {
        "page": ".\/options\/options.html"
    },
    "page_action": {
        "browser_style": true,
        "default_icon": "icons\/baseline_label_black_48dp.png",
        "default_popup": ".\/popup\/popup.html",
        "default_title": "Plinfa"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "webRequest",
        "*:\/\/*.youtube.com\/*"
    ],
    "version": "1.5"
}