Comment Hider for YouTube™
Adds a button below the video description to hide/show the comments (for YouTube™)
Comment Hider for YouTube™ क्या है?
Comment Hider for YouTube™ http://heithe.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a button below the video description to hide/show the comments (for YouTube™)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Comment Hider for YouTube™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds a button below the video description to hide/show the comments (for YouTube™) Web: http://www.heithe.com/ Email: [email protected]
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bpalkidfdmcoobbgncphknpfnidbldbj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/comment-hider-for-youtube/bpalkidfdmcoobbgncphknpfnidbldbj |
विवरण | Adds a button below the video description to hide/show the comments (for YouTube™) |
फ़ाइल का आकार | 33.75 KB |
स्थापना संख्या | 14 |
वर्तमान संस्करण | 0.5 |
अंतिम अपडेट | 2013-03-19 |
प्रकाशन तिथि | 2013-03-19 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://heithe.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.heithe.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comment Hider for YouTube\u2122", "description": "Adds a button below the video description to hide\/show the comments (for YouTube\u2122)", "version": "0.5", "manifest_version": 2, "icons": { "16": "app_icon_16.png", "48": "app_icon_48.png", "128": "app_icon_128.png" }, "content_scripts": [ { "js": [ "ht_yct.js" ], "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ] } |