ShortsFullscreen

Adds a fullscreen control to YouTube Shorts

Co to jest ShortsFullscreen?

ShortsFullscreen to rozszerzenie Chrome opracowane przez DiAvisoo Solutions, a jego główną funkcją jest „Adds a fullscreen control to YouTube Shorts”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ShortsFullscreen

Pobierz pliki rozszerzeń ShortsFullscreen w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa ShortsFullscreen ShortsFullscreen
ID molcegabghkphlnemjfciclgoooejakj
Oficjalny URL https://chromewebstore.google.com/detail/shortsfullscreen/molcegabghkphlnemjfciclgoooejakj
Opis Adds a fullscreen control to YouTube Shorts
Rozmiar pliku 33.68 KB
Liczba instalacji 1,088
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2022-09-20
Data Publikacji 2022-09-19
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper DiAvisoo Solutions
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://webcapta.in/fs_privacy.txt
Obsługiwane Języki 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": []
}