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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        }
    ]
}