Anti YT Shorts

Redirects you to the original YouTube video player!

Apa itu Anti YT Shorts?

Anti YT Shorts adalah ekstensi Chrome yang dikembangkan oleh Happy Fone, dan fitur utamanya adalah "Redirects you to the original YouTube video player!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Anti YT Shorts

Unduh file ekstensi Anti YT Shorts 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

                        Shorts play through the regular video player rather than the new YouTube Shorts video player.                    

Informasi Dasar Ekstensi

Nama Anti YT Shorts Anti YT Shorts
ID bofjknoigjmbficfpafehgldedfijcdd
URL Resmi https://chromewebstore.google.com/detail/anti-yt-shorts/bofjknoigjmbficfpafehgldedfijcdd
Deskripsi Redirects you to the original YouTube video player!
Ukuran File 39.01 KB
Jumlah Instalasi 199
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-03-07
Tanggal Publikasi 2022-03-06
Penilaian 4.50/5 Total 2 Penilaian
Pengembang Happy Fone
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anti YT Shorts",
    "version": "1.0",
    "description": "Redirects you to the original YouTube video player!",
    "icons": {
        "128": "antishorts.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "http:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}