BettrComments

An extension which enhances the comment section of YouTube.

BettrCommentsとは何ですか?

BettrCommentsはSean Le Vanによって開発されたChromeの拡張機能で、その主な機能は「An extension which enhances the comment section of YouTube.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

BettrComments拡張機能のCRXファイルをダウンロード

BettrComments拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 BettrComments BettrComments
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
}