Youtube Shorts Plus

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

Was ist Youtube Shorts Plus?

Youtube Shorts Plus ist eine Chrome-Erweiterung, die von ochengh entwickelt wurde, und ihr Hauptmerkmal ist "Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube".

Erweiterungsscreenshots

screenshot

Youtube Shorts Plus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Youtube Shorts Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Youtube Shorts Plus Youtube Shorts Plus
ID pfhceooeilmbnpglhjbaoiapbljoecaa
Offizielle URL https://chrome.google.com/webstore/detail/pfhceooeilmbnpglhjbaoiapbljoecaa
Beschreibung Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube
Dateigröße 65.33 KB
Installationsanzahl 76
Aktuelle Version 2.0
Letztes Update 2023-02-22
Veröffentlichungsdatum 2023-02-17
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler ochengh
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}