Youtube Shorts Plus

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

What is Youtube Shorts Plus?

Youtube Shorts Plus is a Chrome extension developed by ochengh, and its main feature is "Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube".

Extension Screenshots

screenshot

Download Youtube Shorts Plus Extension CRX File

Download Youtube Shorts Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Youtube Shorts Plus Youtube Shorts Plus
ID pfhceooeilmbnpglhjbaoiapbljoecaa
Official URL https://chrome.google.com/webstore/detail/pfhceooeilmbnpglhjbaoiapbljoecaa
Description Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube
File Size 65.33 KB
Installation Count 76
Current Version 2.0
Last Updated 2023-02-22
Publish Date 2023-02-17
Rating 5.00/5 Total 1 Ratings
Developer ochengh
Email [email protected]
Payment Type free
Supported Languages 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"
}