YouTube Rabbit Hole Sealant
Stop falling into YouTube rabbit holes! Hides YouTube's 'suggested videos' sidebar and the comment section.
YouTube Rabbit Hole Sealant क्या है?
YouTube Rabbit Hole Sealant ezeYaniv द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stop falling into YouTube rabbit holes! Hides YouTube's 'suggested videos' sidebar and the comment section."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube Rabbit Hole Sealant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Chrome extension hides some of YouTube's most attention-grabbing, time-wasting components: the 'suggested videos' sidebar and the comment section. Clicking the extension icon allows you to quickly toggle the following options: • Show or hide the 'suggested videos' sidebar • Show or hide the comment section
एक्सटेंशन की मूल जानकारी
नाम | YouTube Rabbit Hole Sealant |
ID | pljkdepedlaeibebpmkckpefajpjkcak |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-rabbit-hole-seala/pljkdepedlaeibebpmkckpefajpjkcak |
विवरण | Stop falling into YouTube rabbit holes! Hides YouTube's 'suggested videos' sidebar and the comment section. |
फ़ाइल का आकार | 27.64 KB |
स्थापना संख्या | 87 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-08-21 |
प्रकाशन तिथि | 2021-08-21 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | ezeYaniv |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Rabbit Hole Sealant", "description": "Stop falling into YouTube rabbit holes! Hides YouTube's 'suggested videos' sidebar and the comment section.", "version": "1.0", "manifest_version": 3, "icons": { "16": "assets\/images\/RabbitHoleSealantLogo_Rect_16.png", "24": "assets\/images\/RabbitHoleSealantLogo_Rect_24.png", "32": "assets\/images\/RabbitHoleSealantLogo_Rect_32.png", "48": "assets\/images\/RabbitHoleSealantLogo_Rect_48.png", "128": "assets\/images\/RabbitHoleSealantLogo_Rect_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "assets\/js\/hideComponents.js" ] } ], "action": { "default_title": "Rabbit Hole Sealant: make YouTube less addicting", "default_icon": { "16": "assets\/images\/RabbitHoleSealantLogo_Rect_16.png", "24": "assets\/images\/RabbitHoleSealantLogo_Rect_24.png", "32": "assets\/images\/RabbitHoleSealantLogo_Rect_32.png", "48": "assets\/images\/RabbitHoleSealantLogo_Rect_48.png", "128": "assets\/images\/RabbitHoleSealantLogo_Rect_128.png" }, "default_popup": "assets\/popup\/popup.html" }, "permissions": [ "storage" ] } |