Betterboxd

Letterboxd.com Enhanced

Betterboxdคืออะไร?

Betterboxd เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dcweinstein07 และคุณลักษณะหลักของมันคือ "Letterboxd.com Enhanced"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Betterboxd

ดาวน์โหลดไฟล์ส่วนขยาย Betterboxd ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Betterboxd Betterboxd
ID lipmfdcnhhdmfnbbmijakfcjnokdhoap
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/betterboxd/lipmfdcnhhdmfnbbmijakfcjnokdhoap
คำอธิบาย Letterboxd.com Enhanced
ขนาดไฟล์ 1.35 MB
จำนวนการติดตั้ง 131
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-12-19
วันที่เผยแพร่ 2016-12-19
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา dcweinstein07
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}