Youtube Shorts Plus

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

Wat is Youtube Shorts Plus?

Youtube Shorts Plus is een Chrome-extensie ontwikkeld door ochengh, en de belangrijkste functie is "Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Youtube Shorts Plus

Download Youtube Shorts Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Youtube Shorts Plus Youtube Shorts Plus
ID pfhceooeilmbnpglhjbaoiapbljoecaa
Officiële URL https://chrome.google.com/webstore/detail/pfhceooeilmbnpglhjbaoiapbljoecaa
Beschrijving Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube
Bestandsgrootte 65.33 KB
Aantal Installaties 76
Huidige Versie 2.0
Laatst Bijgewerkt 2023-02-22
Publicatiedatum 2023-02-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ochengh
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}