Youtube Shorts Plus

Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube

Apa itu Youtube Shorts Plus?

Youtube Shorts Plus adalah ekstensi Chrome yang dikembangkan oleh ochengh, dan fitur utamanya adalah "Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Youtube Shorts Plus

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

                        You can hide/show/change to video mode for all the Shorts on Youtube                    

Informasi Dasar Ekstensi

Nama Youtube Shorts Plus Youtube Shorts Plus
ID pfhceooeilmbnpglhjbaoiapbljoecaa
URL Resmi https://chrome.google.com/webstore/detail/pfhceooeilmbnpglhjbaoiapbljoecaa
Deskripsi Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube
Ukuran File 65.33 KB
Jumlah Instalasi 76
Versi Saat Ini 2.0
Terakhir Diperbarui 2023-02-22
Tanggal Publikasi 2023-02-17
Penilaian 5.00/5 Total 1 Penilaian
Pengembang ochengh
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "manifest_version": 3,
    "name": "Youtube Shorts Plus",
    "version": "2.0",
    "description": "Youtube Shorts Plus - You can hide\/show\/change to video mode for all the Shorts on Youtube",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "\/third\/jquery.min.js",
                "blocker.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "\/image\/16x16.png",
        "32": "\/image\/32x32.png",
        "48": "\/image\/48x48.png",
        "128": "\/image\/128x128.png"
    },
    "action": {
        "default_popup": "\/popup\/popup.html",
        "default_icon": {
            "16": "\/image\/16x16.png",
            "32": "\/image\/32x32.png",
            "48": "\/image\/48x48.png",
            "128": "\/image\/128x128.png"
        }
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}