BettrComments
An extension which enhances the comment section of YouTube.
BettrComments क्या है?
BettrComments Sean Le Van द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension which enhances the comment section of YouTube."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BettrComments एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Say bye to Bob. Meet BettrComments. ☻/ /▌ / \ BettrComments is a brand new way of expressing yourself on YouTube. It comes with some really awesome features. BettrComments also addresses the numerous issues that comes with the new update Google implemented on the new comment system for YouTube. It was received heavy backslash, due to its lack of spam filters, disposal of the top comments system and requirement for using a Google+ account. It remedies all these issues that the new comment is notorious for, and tries to mimic and even improve on the old comment system, by adding these following features: - A report abuse button - A top comment section - Character limit - Not linking URLs - No silly disable responses option Making comments and reading them is now easier and more fun then ever. BettrComments gives better comments. And make sure to leave a review! I appreciate any feedback. Update Version 1.2: Now you can view Google+ comments. You can also filter spam, and even filter profanity! Over-the-air update: Now profile pictures are displayed.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ndgjjlkimkjfelijohmnghhnlgdgpofo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/bettrcomments/ndgjjlkimkjfelijohmnghhnlgdgpofo |
विवरण | An extension which enhances the comment section of YouTube. |
फ़ाइल का आकार | 31.16 KB |
स्थापना संख्या | 31 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2013-11-18 |
प्रकाशन तिथि | 2013-11-18 |
रेटिंग | 2.60/5 कुल 5 रेटिंग्स |
डेवलपर | Sean Le Van |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BettrComments", "version": "1.2", "description": "An extension which enhances the comment section of YouTube.", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "19.png", "default_title": "BettrComments is enabled on this page." }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_idle", "all_frames": false } ], "icons": { "48": "48.png", "128": "128.png" }, "permissions": [ "tabs", "http:\/\/*.youtube.com\/" ], "manifest_version": 2 } |