ShortsFullscreen

Adds a fullscreen control to YouTube Shorts

Co je ShortsFullscreen?

ShortsFullscreen je rozšíření Chrome vyvinuté DiAvisoo Solutions, a jeho hlavní funkcí je „Adds a fullscreen control to YouTube Shorts“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ShortsFullscreen

Stáhněte si soubory rozšíření ShortsFullscreen ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Adds a fullscreen control to YouTube Shorts.

Just go to a YouTube Shorts video and hover the mouse cursor over a video.
The fullscreen button will appear at the top.

If you like this extension, please check out my other project xRoad at https://xroad.app. Thanks!                    

Základní Informace o Rozšíření

Název ShortsFullscreen ShortsFullscreen
ID molcegabghkphlnemjfciclgoooejakj
Oficiální URL https://chromewebstore.google.com/detail/shortsfullscreen/molcegabghkphlnemjfciclgoooejakj
Popis Adds a fullscreen control to YouTube Shorts
Velikost souboru 33.68 KB
Počet instalací 1,088
Aktuální Verze 0.0.1
Poslední Aktualizace 2022-09-20
Datum Vydání 2022-09-19
Hodnocení 4.67/5 Celkem 3 Hodnocení
Vývojář DiAvisoo Solutions
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://webcapta.in/fs_privacy.txt
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ShortsFullscreen",
    "description": "Adds a fullscreen control to YouTube Shorts",
    "version": "0.0.1",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/shorts\/*"
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "content_security_policy": []
}