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文件

下載DBrief擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}