YouMute(r)
Chrome plugin that automatically mutes youtube commercials.
YouMute(r) क्या है?
YouMute(r) Adam Gajzlerowicz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome plugin that automatically mutes youtube commercials."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouMute(r) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Chrome plugin that automatically mutes youtube commercials. After the commercial finished, the volume goes back up. Thanks to it, casters can still be reworded by youtube, but you don't have to listen to crappy commercials.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hbhjkldledabllijjmnmfhhiejephibe |
आधिकारिक URL | https://chrome.google.com/webstore/detail/youmuter/hbhjkldledabllijjmnmfhhiejephibe |
विवरण | Chrome plugin that automatically mutes youtube commercials. |
फ़ाइल का आकार | 8.27 KB |
स्थापना संख्या | 355 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2017-10-13 |
प्रकाशन तिथि | 2017-10-13 |
रेटिंग | 3.05/5 कुल 19 रेटिंग्स |
डेवलपर | Adam Gajzlerowicz |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouMute(r)", "short_name": "YouMute(r)", "version": "1.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Chrome plugin that automatically mutes youtube commercials.", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "muter.js" ] } ] } |