YouTube Shorts Remover
A lightweight extension that removes the youtube shorts button on the sidebar.
YouTube Shorts Remover क्या है?
YouTube Shorts Remover Laith Alayassa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A lightweight extension that removes the youtube shorts button on the sidebar."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube Shorts Remover एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you unconsciously (or consciously) press the shorts button, and find 45 minutes of your life just disappear, this might help you avoid that. This extension removes the shorts tab button so that you don't click it.
एक्सटेंशन की मूल जानकारी
नाम | YouTube Shorts Remover |
ID | jcbjhgdapmnpgcogifboiepkpdpacipj |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-shorts-remover/jcbjhgdapmnpgcogifboiepkpdpacipj |
विवरण | A lightweight extension that removes the youtube shorts button on the sidebar. |
फ़ाइल का आकार | 8.4 KB |
स्थापना संख्या | 934 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2023-11-21 |
प्रकाशन तिथि | 2022-07-27 |
रेटिंग | 3.33/5 कुल 3 रेटिंग्स |
डेवलपर | Laith Alayassa |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Shorts Remover", "description": "A lightweight extension that removes the youtube shorts button on the sidebar.", "version": "0.0.3", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "remover.js" ] } ], "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |