Full Screen for YouTube

Opens the YouTube link over the entire page using the YouTube embed url.

Full Screen for YouTube क्या है?

Full Screen for YouTube Kees C. Bakker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens the YouTube link over the entire page using the YouTube embed url."।

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

screenshot
screenshot

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

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

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

                        Opens the YouTube link over the entire page using the YouTube embed url. Works even better with DeskPins (www.softpedia.com/get/Desktop-Enhancements/Other-Desktop-Enhancements/DeskPins.shtml) to keep the page on top.                    

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

नाम Full Screen for YouTube Full Screen for YouTube
ID nnfllbclchoppelnicmgnnepjpimbjoh
आधिकारिक URL https://chrome.google.com/webstore/detail/full-screen-for-youtube/nnfllbclchoppelnicmgnnepjpimbjoh
विवरण Opens the YouTube link over the entire page using the YouTube embed url.
फ़ाइल का आकार 20.71 KB
स्थापना संख्या 415
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2019-08-25
प्रकाशन तिथि 2019-08-25
रेटिंग 4.54/5 कुल 13 रेटिंग्स
डेवलपर Kees C. Bakker
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Full Screen for YouTube",
    "short_name": "YTFS",
    "version": "0.1.2",
    "author": "Kees C. Bakker",
    "description": "Opens the YouTube link over the entire page using the YouTube embed url.",
    "page_action": {
        "default_title": "YouTube Full Screen",
        "default_icon": "images\/icon.png"
    },
    "content_security_policy": "script-src  'self' 'unsafe-eval';object-src  'self';",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/www.youtube.com\/",
        "https:\/\/www.youtube.com\/"
    ],
    "background": {
        "scripts": [
            "YTFS.js"
        ]
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}