Turn off Youtube Comments toggle
Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.
Turn off Youtube Comments toggle क्या है?
Turn off Youtube Comments toggle Farhan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Turn off Youtube Comments toggle एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
************ Dec 2015! Updated to work with the new Youtube UI !!!!! ************ Don't you just hate it when someone spoils a Youtube video in the comments? With this extension you can turn on/off the comments. Easily hide or show comments on youtube Works with the new youtube.com layout Please make sure to rate and review :)
एक्सटेंशन की मूल जानकारी
नाम | Turn off Youtube Comments toggle |
ID | oknkcmcepaahofjeifofaomnlbenbpdc |
आधिकारिक URL | https://chromewebstore.google.com/detail/turn-off-youtube-comments/oknkcmcepaahofjeifofaomnlbenbpdc |
विवरण | Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons. |
फ़ाइल का आकार | 43.69 KB |
स्थापना संख्या | 1,133 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2015-12-27 |
प्रकाशन तिथि | 2015-12-26 |
रेटिंग | 3.11/5 कुल 63 रेटिंग्स |
डेवलपर | Farhan |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | http://twitter.com/farhanp |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Turn off Youtube Comments toggle", "version": "2.0", "description": "Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "js": [ "code.js" ], "css": [ "css.css" ], "run_at": "document_end", "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ] } ] } |