Tagger for Letterboxd
Tag your Letterboxd reviews with genres imported from TMDb!
什么是Tagger for Letterboxd?
Tagger for Letterboxd是由https://wosps.net开发的Chrome扩展程序,该扩展的主要功能是“Tag your Letterboxd reviews with genres imported from TMDb!”。
扩展截图
下载Tagger for Letterboxd扩展crx文件
下载Tagger for Letterboxd扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tagger for Letterboxd allows you to tag your reviews with genres, hassle-free! Just click "Tag It!" and the magic begins... 扩展基本信息
| 名称 | |
| ID | pbjbeepjhedfccldgdfcjaagimndlema |
| 官方URL | https://chromewebstore.google.com/detail/tagger-for-letterboxd/pbjbeepjhedfccldgdfcjaagimndlema |
| 简介 | Tag your Letterboxd reviews with genres imported from TMDb! |
| 文件大小 | 44.77 KB |
| 安装次数 | 78 |
| 当前版本 | 2.0 |
| 更新时间 | 2023-10-27 |
| 上架时间 | 2020-05-20 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | https://wosps.net |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://wosps.net |
| 帮助页面URL | http://wosps.net |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tagger for Letterboxd",
"short_name": "Tagger",
"description": "Tag your Letterboxd reviews with genres imported from TMDb!",
"version": "2.0",
"host_permissions": [
"*:\/\/*.letterboxd.com\/"
],
"icons": {
"128": "img\/icon128.png",
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png"
},
"content_scripts": [
{
"js": [
".\/scripts\/jquery-2.2.0.min.js",
".\/scripts\/jquery.jnotify.min.js",
".\/scripts\/tagger.js"
],
"matches": [
"*:\/\/*.letterboxd.com\/*"
],
"run_at": "document_end"
},
{
"js": [
".\/scripts\/badge.js"
],
"matches": [
"*:\/\/*.letterboxd.com\/wosps\/"
],
"run_at": "document_end"
}
]
} | |