Youtube - Noise Control
This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…
Youtube - Noise Control क्या है?
Youtube - Noise Control Anders Moberg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube - Noise Control एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and recommended videos get hidden.
एक्सटेंशन की मूल जानकारी
नाम | Youtube - Noise Control |
ID | kibcpalpaedgigdjphcplmeligepkiem |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-noise-control/kibcpalpaedgigdjphcplmeligepkiem |
विवरण | This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and… |
फ़ाइल का आकार | 3.3 KB |
स्थापना संख्या | 51 |
वर्तमान संस्करण | 0.11 |
अंतिम अपडेट | 2016-12-14 |
प्रकाशन तिथि | 2016-12-14 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Anders Moberg |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://a-moberg.com/ |
सहायता पृष्ठ URL | https://github.com/AndersMoberg/YoutubeInterfaceDenoiser/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube - Noise Control", "version": "0.11", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "youtube.css" ] } ] } |