FullTube

This a extension to maximize the youtube player size.

FullTube क्या है?

FullTube https://bijinapps.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This a extension to maximize the youtube player size."।

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

screenshot

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

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

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

                        This extension enlarge the YouTube player to entire page.
No ads in videos.
Lightest extension.
Video in screenshot is just used as sample.                    

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

नाम FullTube FullTube
ID cdhpfhpiblfbollfifbiakhmhfkmmbei
आधिकारिक URL https://chromewebstore.google.com/detail/fulltube/cdhpfhpiblfbollfifbiakhmhfkmmbei
विवरण This a extension to maximize the youtube player size.
फ़ाइल का आकार 6.46 KB
स्थापना संख्या 13
वर्तमान संस्करण 1.9
अंतिम अपडेट 2019-04-18
प्रकाशन तिथि 2019-04-18
डेवलपर https://bijinapps.blogspot.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.bijinapps.blogspot.in
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FullTube",
    "version": "1.9",
    "description": "This a extension to maximize the youtube player size.",
    "icons": {
        "48": "icons\/youtube.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=**"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/watch?v=*&list=*&t=*s&index=**"
            ],
            "js": [
                "fulltube.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=*&t=**"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/watch?v=*&list=*&t=*s&index=**"
            ],
            "js": [
                "fulltube_t.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?time_continue=*&v=**"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/watch?v=*&list=*&t=*s&index=**"
            ],
            "js": [
                "fulltube_tc.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=*&list=*&t=*s&index=**"
            ],
            "js": [
                "fulltube_pt.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=*&**"
            ],
            "js": [
                "fulltube_pt.js"
            ],
            "run_at": "document_start"
        }
    ]
}