YouTube Shorts to Normal Video Extension

Automatically Converts YouTube Shorts to Regular Video User Interface

YouTube Shorts to Normal Video Extension क्या है?

YouTube Shorts to Normal Video Extension 0dgkim द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically Converts YouTube Shorts to Regular Video User Interface"।

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

screenshot
screenshot

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

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

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

                        This extension automatically converts YouTube Shorts interface to regular YouTube video UI.

Update: version 1.2
- Fixed double-click issue when navigating back from Shorts page.
- Seamless navigation to previous page without unnecessary redirection.
- Minor code clean-up                    

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

नाम YouTube Shorts to Normal Video Extension YouTube Shorts to Normal Video Extension
ID lhjkldibjjmodfeicnohmenmnddlfkpl
आधिकारिक URL https://chrome.google.com/webstore/detail/lhjkldibjjmodfeicnohmenmnddlfkpl
विवरण Automatically Converts YouTube Shorts to Regular Video User Interface
फ़ाइल का आकार 5.34 KB
स्थापना संख्या 3,896
वर्तमान संस्करण 1.2
अंतिम अपडेट 2023-06-13
प्रकाशन तिथि 2022-10-15
रेटिंग 4.55/5 कुल 22 रेटिंग्स
डेवलपर 0dgkim
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Shorts to Normal Video Extension",
    "description": "Automatically Converts YouTube Shorts to Regular Video User Interface",
    "version": "1.2",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "permissions": []
}