Anti YT Shorts

Redirects you to the original YouTube video player!

Anti YT Shorts क्या है?

Anti YT Shorts Happy Fone द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirects you to the original YouTube video player!"।

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

screenshot

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

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

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

                        Shorts play through the regular video player rather than the new YouTube Shorts video player.                    

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

नाम Anti YT Shorts Anti YT Shorts
ID bofjknoigjmbficfpafehgldedfijcdd
आधिकारिक URL https://chromewebstore.google.com/detail/anti-yt-shorts/bofjknoigjmbficfpafehgldedfijcdd
विवरण Redirects you to the original YouTube video player!
फ़ाइल का आकार 39.01 KB
स्थापना संख्या 199
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-03-07
प्रकाशन तिथि 2022-03-06
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर Happy Fone
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anti YT Shorts",
    "version": "1.0",
    "description": "Redirects you to the original YouTube video player!",
    "icons": {
        "128": "antishorts.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "http:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}