Shorts Deflector
Seamlessly play YouTube Shorts with the normal desktop interface
Shorts Deflector क्या है?
Shorts Deflector Attituding द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Seamlessly play YouTube Shorts with the normal desktop interface"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Shorts Deflector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Why does clicking on a YouTube Short on a desktop bring up the mobile-optimized interface? With no video scrubbing, harder to access comments, less accessible view count, and more, it makes no sense to use on a desktop. Shorts Deflector is an extension that allows you to seamlessly watch YouTube Shorts with the normal desktop interface. By using several techniques, this extension is super fast; you will barely notice the switch to the desktop viewer. Install now and try it out for yourself! Upon install, the "Read your browsing history" permission may seem alarming, but this permission is only used to detect page updates. Open source at https://github.com/attituding/shorts-deflector Read more at https://attituding.github.io/shorts-deflector
एक्सटेंशन की मूल जानकारी
नाम | Shorts Deflector |
ID | gilmponliddppjjcfjmanmmfgiilikhg |
आधिकारिक URL | https://chromewebstore.google.com/detail/shorts-deflector/gilmponliddppjjcfjmanmmfgiilikhg |
विवरण | Seamlessly play YouTube Shorts with the normal desktop interface |
फ़ाइल का आकार | 24.94 KB |
स्थापना संख्या | 5,375 |
वर्तमान संस्करण | 1.16.2 |
अंतिम अपडेट | 2024-01-04 |
प्रकाशन तिथि | 2022-04-04 |
रेटिंग | 4.41/5 कुल 29 रेटिंग्स |
डेवलपर | Attituding |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://attituding.github.io/shorts-deflector |
गोपनीयता नीति पृष्ठ URL | https://attituding.github.io/shorts-deflector/privacy |
समर्थित भाषाएँ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": ".\/index.html", "default_icon": { "16": ".\/assets\/icon16.png", "48": ".\/assets\/icon48.png", "128": ".\/assets\/icon128.png" } }, "author": "Attituding", "background": { "service_worker": ".\/scripts\/background\/index.js", "type": "module" }, "declarative_net_request": { "rule_resources": [ { "id": "shorts", "enabled": true, "path": ".\/netRequestRule.json" } ] }, "default_locale": "en", "description": "__MSG_extensionDescription__", "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "icons": { "16": ".\/assets\/icon16.png", "48": ".\/assets\/icon48.png", "128": ".\/assets\/icon128.png" }, "manifest_version": 3, "minimum_chrome_version": "102", "name": "Shorts Deflector", "optional_host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "declarativeNetRequestWithHostAccess", "scripting", "storage", "webNavigation" ], "version": "1.16.2" } |