Youtube Shorts Plus

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

Hvad er Youtube Shorts Plus?

Youtube Shorts Plus er en Chrome-udvidelse udviklet af ochengh, og dens hovedfunktion er "Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube".

Udvidelsesskærmbilleder

screenshot

Download Youtube Shorts Plus-udvidelses-CRX-fil

Download Youtube Shorts Plus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Youtube Shorts Plus Youtube Shorts Plus
ID pfhceooeilmbnpglhjbaoiapbljoecaa
Officiel URL https://chrome.google.com/webstore/detail/pfhceooeilmbnpglhjbaoiapbljoecaa
Beskrivelse Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube
Filstørrelse 65.33 KB
Antal Installationer 76
Nuværende Version 2.0
Senest Opdateret 2023-02-22
Udgivelsesdato 2023-02-17
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler ochengh
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}