Youtube Shorts Plus

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

Cos'è Youtube Shorts Plus?

Youtube Shorts Plus è un'estensione di Chrome sviluppata da ochengh, e la sua funzione principale è "Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Youtube Shorts Plus

Scarica i file di estensione Youtube Shorts Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Youtube Shorts Plus Youtube Shorts Plus
ID pfhceooeilmbnpglhjbaoiapbljoecaa
URL Ufficiale https://chrome.google.com/webstore/detail/pfhceooeilmbnpglhjbaoiapbljoecaa
Descrizione Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube
Dimensione del File 65.33 KB
Conteggio Installazioni 76
Versione Corrente 2.0
Ultimo Aggiornamento 2023-02-22
Data di Pubblicazione 2023-02-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ochengh
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}