ShortsFullscreen

Adds a fullscreen control to YouTube Shorts

Vad är ShortsFullscreen?

ShortsFullscreen är en Chrome-tillägg utvecklad av DiAvisoo Solutions, och dess huvudfunktion är "Adds a fullscreen control to YouTube Shorts".

Tilläggsskärmbilder

screenshot

Ladda ner ShortsFullscreen-förlängningens CRX-fil

Ladda ner ShortsFullscreen-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn ShortsFullscreen ShortsFullscreen
ID molcegabghkphlnemjfciclgoooejakj
Officiell webbadress https://chromewebstore.google.com/detail/shortsfullscreen/molcegabghkphlnemjfciclgoooejakj
Beskrivning Adds a fullscreen control to YouTube Shorts
Filstorlek 33.68 KB
Antal Installationer 1,088
Aktuell Version 0.0.1
Senast Uppdaterad 2022-09-20
Publiceringsdatum 2022-09-19
Betyg 4.67/5 Totalt 3 Betyg
Utvecklare DiAvisoo Solutions
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://webcapta.in/fs_privacy.txt
Stödda Språk 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": []
}