DBrief

Collapse/expand button for long comments. [SPOILER]Your spoiler here[/SPOILER] tags. (Optional) Mute usernames you like.

DBrief란 무엇입니까?

DBrief은(는) kdramalaws에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collapse/expand button for long comments. [SPOILER]Your spoiler here[/SPOILER] tags. (Optional) Mute usernames you like."입니다.

확장 프로그램 스크린샷

screenshot

DBrief 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        v1.1 some important updates

Install this extension to partially hide TL;DR (Too Long; Didn't Read) comments in the Dramabeans website. Long comments will be cut off with an option to show the whole thing.

Extra feature: Specify usernames you want to mute (case-sensitive). Their comments will be replaced by something fun*** so you won't be offended while reading the beanut gallery.

***Take note that the definition of fun will be dependent on mary aka kdramalaws aka Song Jae Rim's #1 fan.

Update March 14, 2015: Added custom spoiler tags. Now text enclosed in [SPOILER]your spoilery squeeing here[/SPOILER] will be displayed in very faint color. Hover the mouse over the spoiler to see it clearly.

Compatibility: This extension works only on Google Chrome, desktop version of the Dramabeans website.

Disclaimer: This extension is unofficial and was not sanctioned by the Dramabeans crew. Use of this extension means accepting that Song Jae Rim and mary is your OTP.                    

확장 프로그램 기본 정보

이름 DBrief DBrief
ID ocnjohieaglmmhgkebkblnjagmmkafgj
공식 URL https://chromewebstore.google.com/detail/dbrief/ocnjohieaglmmhgkebkblnjagmmkafgj
설명 Collapse/expand button for long comments. [SPOILER]Your spoiler here[/SPOILER] tags. (Optional) Mute usernames you like.
파일 크기 50.05 KB
설치 횟수 20
현재 버전 1.1
최근 업데이트 2015-04-01
출시 날짜 2015-04-01
평점 5.00/5 총 5 개의 평점
개발자 kdramalaws
결제 유형 free
도움말 페이지 URL http://kdramalaws.wordpress.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DBrief",
    "description": "Collapse\/expand button for long comments. [SPOILER]Your spoiler here[\/SPOILER] tags. (Optional) Mute usernames you like.",
    "version": "1.1",
    "icons": {
        "16": "dbrief_icon.png",
        "48": "dbrief_icon_48.png",
        "128": "dbrief_icon_128.png"
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "page_action": {
        "default_icon": "dbrief_icon.png",
        "default_title": "DBrief: make DB comments fun (again)",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dramabeans.com\/*",
                "http:\/\/dramabeans.com\/*",
                "https:\/\/www.dramabeans.com\/*",
                "http:\/\/www.dramabeans.com\/*"
            ],
            "css": [
                "dbrief.css"
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "jquery-migrate-1.2.1.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}