Tagger for Letterboxd

Tag your Letterboxd reviews with genres imported from TMDb!

Tagger for Letterboxdคืออะไร?

Tagger for Letterboxd เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wosps.net และคุณลักษณะหลักของมันคือ "Tag your Letterboxd reviews with genres imported from TMDb!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tagger for Letterboxd

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        }
    ]
}