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 |
官方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 } |