StretchView

Remove annoying black bars from video

StretchView क्या है?

StretchView MCISMc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove annoying black bars from video"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        remove annoying black bars from video to fit your screen                    

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

नाम StretchView StretchView
ID ladceggegjmncgmjnnenegojgcinflci
आधिकारिक URL https://chromewebstore.google.com/detail/stretchview/ladceggegjmncgmjnnenegojgcinflci
विवरण Remove annoying black bars from video
फ़ाइल का आकार 144 KB
स्थापना संख्या 8,000
वर्तमान संस्करण 5.4.3
अंतिम अपडेट 2020-09-30
प्रकाशन तिथि 2020-01-10
रेटिंग 4.35/5 कुल 94 रेटिंग्स
डेवलपर MCISMc
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/MCISMc/StretchView
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/logo-128.png",
            "16": "images\/logo-48.png",
            "32": "images\/logo-32.png",
            "48": "images\/logo-48.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "StretchView"
    },
    "content_scripts": [
        {
            "js": [
                "Jquery\/jquery-2.1.3.min.js",
                "Jquery\/jquery.hotkeys.js",
                "Jquery\/jquery.fullscreen.js",
                "js\/StretchView.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.primevideo.com\/*",
                "https:\/\/*.twitch.tv\/*",
                "https:\/\/*.hotstar.com\/*",
                "https:\/\/*.sonyliv.com\/*",
                "https:\/\/*.netflix.com\/*",
                "https:\/\/*.erosnow.com\/*",
                "https:\/\/*.voot.com\/*",
                "https:\/\/*.zee5.com\/*",
                "https:\/\/*.altbalaji.com\/*",
                "https:\/\/*.jiocinema.com\/*",
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.airtelxstream.in\/*",
                "https:\/\/*.mxplayer.in\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "css\/ytfix.css"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "Remove annoying black bars from video",
    "icons": {
        "128": "images\/logo-128.png",
        "16": "images\/logo-48.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjSGL7WxDyJSpU3TPpaWTqdaahgXe2bsh3AEtRw\/+quHLHc9gupSAdWeHogiuOh0gxAs7RFitlyYNdgkNkE4O3fxJifuz1s0tu904xFBkOA7TPFk12hR7zPivrlnI6NxmTuKU1KSMFd08lGL6sg5vjTsSWnq31sCTFaKewH8wXT52p6p\/qI8DCkUVQz6mk0iVYGbmV23iXYxySd8Hecg2Eb+nLi37rcxiokDExEn+hE636vuro9AF0K4m\/H96UUcNPqNCL64T3vW32mLdNUjMm\/pNFTCZDQscVtq\/aZNEtLNE+104l7rL+imJc5oeXHHIIoqpJEWhgmqehayErZaT9wIDAQAB",
    "manifest_version": 2,
    "name": "StretchView",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/*.askapache.com\/*",
        "http:\/\/*.askapache.com\/*"
    ],
    "short_name": "StretchView",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.4.3"
}