ShortsFullscreen

Adds a fullscreen control to YouTube Shorts

ShortsFullscreen क्या है?

ShortsFullscreen DiAvisoo Solutions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a fullscreen control to YouTube Shorts"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ShortsFullscreen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम ShortsFullscreen ShortsFullscreen
ID molcegabghkphlnemjfciclgoooejakj
आधिकारिक URL https://chromewebstore.google.com/detail/shortsfullscreen/molcegabghkphlnemjfciclgoooejakj
विवरण Adds a fullscreen control to YouTube Shorts
फ़ाइल का आकार 33.68 KB
स्थापना संख्या 1,088
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2022-09-20
प्रकाशन तिथि 2022-09-19
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर DiAvisoo Solutions
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://webcapta.in/fs_privacy.txt
समर्थित भाषाएँ 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": []
}