Redirect Shorts

Redirects youtube shorts to the normal player

Apa itu Redirect Shorts?

Redirect Shorts adalah ekstensi Chrome yang dikembangkan oleh manas.bejj, dan fitur utamanya adalah "Redirects youtube shorts to the normal player".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Redirect Shorts

Unduh file ekstensi Redirect 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

                        This extension replaces the "/shorts/" from the url with "watch?v=" to play your shorts video on the normal player which is more user friendly on a computer.                    

Informasi Dasar Ekstensi

Nama Redirect Shorts Redirect Shorts
ID lncinpfgcgmphkebnbfpogkgiaadphpi
URL Resmi https://chromewebstore.google.com/detail/redirect-shorts/lncinpfgcgmphkebnbfpogkgiaadphpi
Deskripsi Redirects youtube shorts to the normal player
Ukuran File 32.03 KB
Jumlah Instalasi 2,945
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-03-03
Tanggal Publikasi 2022-03-03
Penilaian 4.32/5 Total 28 Penilaian
Pengembang manas.bejj
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redirect Shorts",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Redirects youtube shorts to the normal player",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png",
        "256": "256.png"
    },
    "host_permissions": [
        "*:\/\/www.youtube.com\/shorts\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "yt.js"
            ],
            "run_at": "document_start"
        }
    ]
}