ShortsFullscreen

Adds a fullscreen control to YouTube Shorts

Hvad er ShortsFullscreen?

ShortsFullscreen er en Chrome-udvidelse udviklet af DiAvisoo Solutions, og dens hovedfunktion er "Adds a fullscreen control to YouTube Shorts".

Udvidelsesskærmbilleder

screenshot

Download ShortsFullscreen-udvidelses-CRX-fil

Download ShortsFullscreen-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

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn ShortsFullscreen ShortsFullscreen
ID molcegabghkphlnemjfciclgoooejakj
Officiel URL https://chromewebstore.google.com/detail/shortsfullscreen/molcegabghkphlnemjfciclgoooejakj
Beskrivelse Adds a fullscreen control to YouTube Shorts
Filstørrelse 33.68 KB
Antal Installationer 1,088
Nuværende Version 0.0.1
Senest Opdateret 2022-09-20
Udgivelsesdato 2022-09-19
Bedømmelse 4.67/5 Samlet 3 Bedømmelser
Udvikler DiAvisoo Solutions
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://webcapta.in/fs_privacy.txt
Understøttede Sprog 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": []
}