Betterboxd
Letterboxd.com Enhanced
什麼是Betterboxd?
Betterboxd是由dcweinstein07開發的Chrome擴展程式,該擴展的主要功能是“Letterboxd.com Enhanced”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | lipmfdcnhhdmfnbbmijakfcjnokdhoap |
官方網址 | 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 } |