No Shorts Youtube

Filter out shorts from YouTube videos

Apa itu No Shorts Youtube?

No Shorts Youtube adalah ekstensi Chrome yang dikembangkan oleh damianchymkowski, dan fitur utamanya adalah "Filter out shorts from YouTube videos".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi No Shorts Youtube

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

                        The YouTube Filter Extension is a handy tool that allows you to filter out videos on YouTube that contain "short" in the URL. This means that you can easily hide all the Shorts videos from your YouTube feed, without having to manually scroll through them.

The extension works by injecting a small JavaScript code into the YouTube page that automatically hides any video thumbnail with "short" in the URL. This feature can be toggled on and off using a convenient button in your browser's toolbar. The button color indicates whether the filter is currently active or not, so you can easily tell at a glance.

With the YouTube Filter Extension, you can enjoy a more streamlined YouTube experience that is free from unwanted Shorts videos. Give it a try and see how much easier it is to find the content that you want!                    

Informasi Dasar Ekstensi

Nama No Shorts Youtube No Shorts Youtube
ID hdkdogokoklgcjcdkklodcgbbhalhibh
URL Resmi https://chromewebstore.google.com/detail/no-shorts-youtube/hdkdogokoklgcjcdkklodcgbbhalhibh
Deskripsi Filter out shorts from YouTube videos
Ukuran File 3.76 KB
Jumlah Instalasi 29
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-05-04
Tanggal Publikasi 2023-05-02
Penilaian 5.00/5 Total 2 Penilaian
Pengembang damianchymkowski
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://213247.8b.io
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "No Shorts Youtube",
    "version": "1.0",
    "description": "Filter out shorts from YouTube videos",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "youtube-filter.js"
            ],
            "run_at": "document_end"
        }
    ]
}