Betterboxd

Letterboxd.com Enhanced

Betterboxdとは何ですか?

Betterboxdはdcweinstein07によって開発されたChromeの拡張機能で、その主な機能は「Letterboxd.com Enhanced」です。

拡張機能のスクリーンショット

screenshot

Betterboxd拡張機能のCRXファイルをダウンロード

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
}