Betterboxd

Letterboxd.com Enhanced

Betterboxd là gì?

Betterboxd là một tiện ích mở rộng Chrome được phát triển bởi dcweinstein07, và tính năng chính của nó là "Letterboxd.com Enhanced".

Ả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 Betterboxd

Tải xuống các tệp mở rộng Betterboxd 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

                        Betterboxd is an extension that adds a few features to Letterboxd.com.

Betterboxd allows for highlighting of Movies you have marked as watched and movies in your watch list, so you do not need to scroll over the cover art to see this information. 

You are also able to have film titles appear permanently above film cover art.                    

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

Tên Betterboxd Betterboxd
ID lipmfdcnhhdmfnbbmijakfcjnokdhoap
URL Chính Thức https://chrome.google.com/webstore/detail/betterboxd/lipmfdcnhhdmfnbbmijakfcjnokdhoap
Mô tả Letterboxd.com Enhanced
Kích Thước Tệp 1.35 MB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-12-19
Ngày Phát Hành 2016-12-19
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển dcweinstein07
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Betterboxd",
    "version": "1.1",
    "description": "Letterboxd.com Enhanced",
    "icons": {
        "19": "icon.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Betterboxd",
        "default_popup": "options.html"
    },
    "permissions": [
        "tabs",
        "declarativeContent",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.letterboxd.com\/*",
                "https:\/\/letterboxd.com\/*",
                "http:\/\/letterboxd.com\/*",
                "https:\/\/www.letterboxd.com\/*"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "betterboxd.js"
            ]
        }
    ],
    "manifest_version": 2
}