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!」です。

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

screenshot

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...                    

拡張機能の基本情報

名前 Tagger for Letterboxd Tagger for Letterboxd
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
Eメール [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"
        }
    ]
}