DBrief

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

DBrief là gì?

DBrief là một tiện ích mở rộng Chrome được phát triển bởi kdramalaws, và tính năng chính của nó là "Collapse/expand button for long comments. [SPOILER]Your spoiler here[/SPOILER] tags. (Optional) Mute usernames you like.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng DBrief

Tải xuống các tệp mở rộng DBrief dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DBrief DBrief
ID ocnjohieaglmmhgkebkblnjagmmkafgj
URL Chính Thức https://chromewebstore.google.com/detail/dbrief/ocnjohieaglmmhgkebkblnjagmmkafgj
Mô tả Collapse/expand button for long comments. [SPOILER]Your spoiler here[/SPOILER] tags. (Optional) Mute usernames you like.
Kích Thước Tệp 50.05 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-04-01
Ngày Phát Hành 2015-04-01
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển kdramalaws
Loại Thanh Toán free
URL Trang Trợ Giúp http://kdramalaws.wordpress.com
Ngôn Ngữ Được Hỗ Trợ 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
}