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 |
| 官方網址 | 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"
}
]
} | |