Youtube-No-Suggestions

Removes suggested videos from the Youtube interface.

Apa itu Youtube-No-Suggestions?

Youtube-No-Suggestions adalah ekstensi Chrome yang dikembangkan oleh msbrown, dan fitur utamanya adalah "Removes suggested videos from the Youtube interface.".

Unduh Berkas CRX Ekstensi Youtube-No-Suggestions

Unduh file ekstensi Youtube-No-Suggestions 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

                        Spending too many mindless hours hooked on youtube videos? This extension removes all suggested videos from youtube.com                    

Informasi Dasar Ekstensi

Nama Youtube-No-Suggestions Youtube-No-Suggestions
ID gbppnbcbbicnmdeapmagkaophailaeij
URL Resmi https://chromewebstore.google.com/detail/youtube-no-suggestions/gbppnbcbbicnmdeapmagkaophailaeij
Deskripsi Removes suggested videos from the Youtube interface.
Ukuran File 3.15 KB
Jumlah Instalasi 25
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-05-29
Tanggal Publikasi 2017-05-28
Pengembang msbrown
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/mbrown1413/Youtube-No-Suggest
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Removes suggested videos from the Youtube interface.",
    "manifest_version": 2,
    "name": "Youtube-No-Suggestions",
    "version": "1.0",
    "homepage_url": "https:\/\/github.com\/mbrown1413\/Youtube-No-Suggest",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "remove_suggestions.css"
            ]
        }
    ]
}