ShortsFullscreen

Adds a fullscreen control to YouTube Shorts

Wat is ShortsFullscreen?

ShortsFullscreen is een Chrome-extensie ontwikkeld door DiAvisoo Solutions, en de belangrijkste functie is "Adds a fullscreen control to YouTube Shorts".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ShortsFullscreen

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

                        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!                    

Basisinformatie over de Extensie

Naam ShortsFullscreen ShortsFullscreen
ID molcegabghkphlnemjfciclgoooejakj
Officiële URL https://chromewebstore.google.com/detail/shortsfullscreen/molcegabghkphlnemjfciclgoooejakj
Beschrijving Adds a fullscreen control to YouTube Shorts
Bestandsgrootte 33.68 KB
Aantal Installaties 1,088
Huidige Versie 0.0.1
Laatst Bijgewerkt 2022-09-20
Publicatiedatum 2022-09-19
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar DiAvisoo Solutions
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://webcapta.in/fs_privacy.txt
Ondersteunde Talen 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": []
}