YouTube Longs

Redirects tabs opening a YouTube short to open the proper video.

YouTube Longs क्या है?

YouTube Longs Deathbetray द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirects tabs opening a YouTube short to open the proper video."।

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

screenshot

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

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

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

                        Redirects webpages that are attempting to open a YouTube short to instead open the desktop-friendly version of the webpage.                    

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

नाम YouTube Longs YouTube Longs
ID hgohjdcdlbnpmnopkigclphedadbnlel
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-longs/hgohjdcdlbnpmnopkigclphedadbnlel
विवरण Redirects tabs opening a YouTube short to open the proper video.
फ़ाइल का आकार 17.86 KB
स्थापना संख्या 59
वर्तमान संस्करण 1.1
अंतिम अपडेट 2022-06-05
प्रकाशन तिथि 2022-06-04
डेवलपर Deathbetray
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Longs",
    "description": "Redirects tabs opening a YouTube short to open the proper video.",
    "version": "1.1",
    "author": "Deathbetray",
    "manifest_version": 3,
    "background": {
        "service_worker": "youTubeLongs.js"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "\/images\/youTubeLongs-logo-16.png",
        "32": "\/images\/youTubeLongs-logo-32.png",
        "48": "\/images\/youTubeLongs-logo-48.png",
        "128": "\/images\/youTubeLongs-logo-128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/youTubeLongs-logo-16.png",
            "32": "\/images\/youTubeLongs-logo-32.png",
            "48": "\/images\/youTubeLongs-logo-48.png",
            "128": "\/images\/youTubeLongs-logo-128.png"
        },
        "default_title": "YouTube Longs",
        "default_popup": "popup.html"
    }
}