Fill Window - Youtube

Plays Youtube videos in the entire window

Fill Window - Youtube क्या है?

Fill Window - Youtube TT Ext द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Plays Youtube videos in the entire window"।

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

screenshot
screenshot

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

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

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

                        Adds a button to the corner of your browser that will toggle youtube videos to fill the window.

Advantages: Does not run any code when not in use. Will also work on drive.google.com                    

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

नाम Fill Window - Youtube Fill Window - Youtube
ID ndkhjifkhiepbolnmojnaaghdfdepjof
आधिकारिक URL https://chromewebstore.google.com/detail/fill-window-youtube/ndkhjifkhiepbolnmojnaaghdfdepjof
विवरण Plays Youtube videos in the entire window
फ़ाइल का आकार 13.13 KB
स्थापना संख्या 1,069
वर्तमान संस्करण 0.0.0.10
अंतिम अपडेट 2024-02-23
प्रकाशन तिथि 2019-04-27
रेटिंग 4.78/5 कुल 18 रेटिंग्स
डेवलपर TT Ext
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fill Window - Youtube",
    "description": "Plays Youtube videos in the entire window",
    "version": "0.0.0.10",
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "commands": [],
    "manifest_version": 3,
    "icons": {
        "128": "red.png"
    },
    "action": {
        "default_title": "Fill Window",
        "default_popup": "window.html",
        "default_icon": "red.png"
    }
}