FullTube

Enlarge YouTube videos to fill the whole tab.

FullTube क्या है?

FullTube ijanos द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enlarge YouTube videos to fill the whole tab."।

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

screenshot

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

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

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

                        Fill the whole tab with a YouTube video without making it fullscreen.                    

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

नाम FullTube FullTube
ID nmabgnejfbfgjdifjflceagbglmllefe
आधिकारिक URL https://chromewebstore.google.com/detail/fulltube/nmabgnejfbfgjdifjflceagbglmllefe
विवरण Enlarge YouTube videos to fill the whole tab.
फ़ाइल का आकार 4.65 KB
स्थापना संख्या 28
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-05-01
प्रकाशन तिथि 2016-05-01
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर ijanos
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ijanos/fulltube
सहायता पृष्ठ URL https://github.com/ijanos/fulltube/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FullTube",
    "version": "1.0",
    "description": "Enlarge YouTube videos to fill the whole tab.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon-128.png",
        "default_title": "Enlarge video"
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2
}