YouTube: Filter Subscriptions

Only see the videos you want in your subscription feed

Apa itu YouTube: Filter Subscriptions?

YouTube: Filter Subscriptions adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Only see the videos you want in your subscription feed".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YouTube: Filter Subscriptions

Unduh file ekstensi YouTube: Filter Subscriptions dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Filter your subscriptions feed by specifying a channel and part of a title to match. Choose to *only* display these matched videos or to hide them.                    

Informasi Dasar Ekstensi

Nama YouTube: Filter Subscriptions YouTube: Filter Subscriptions
ID abiapkipdmjcakccdnbmohggiohkjmhk
URL Resmi https://chromewebstore.google.com/detail/youtube-filter-subscripti/abiapkipdmjcakccdnbmohggiohkjmhk
Deskripsi Only see the videos you want in your subscription feed
Ukuran File 6.32 KB
Jumlah Instalasi 84
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2016-04-29
Tanggal Publikasi 2016-04-29
Penilaian 1.57/5 Total 7 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube: Filter Subscriptions",
    "description": "Only see the videos you want in your subscription feed",
    "version": "0.0.1",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "YouTube: Filter Subscriptions",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/feed\/subscriptions"
            ],
            "js": [
                "inject.js"
            ]
        }
    ]
}