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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 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
}