Tagger for Letterboxd
Tag your Letterboxd reviews with genres imported from TMDb!
Tagger for Letterboxd là gì?
Tagger for Letterboxd là một tiện ích mở rộng Chrome được phát triển bởi https://wosps.net, và tính năng chính của nó là "Tag your Letterboxd reviews with genres imported from TMDb!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tagger for Letterboxd
Tải xuống các tệp mở rộng Tagger for Letterboxd dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Tagger for Letterboxd allows you to tag your reviews with genres, hassle-free! Just click "Tag It!" and the magic begins...
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tagger for Letterboxd |
ID | pbjbeepjhedfccldgdfcjaagimndlema |
URL Chính Thức | https://chromewebstore.google.com/detail/tagger-for-letterboxd/pbjbeepjhedfccldgdfcjaagimndlema |
Mô tả | Tag your Letterboxd reviews with genres imported from TMDb! |
Kích Thước Tệp | 44.77 KB |
Số Lần Cài Đặt | 78 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2023-10-27 |
Ngày Phát Hành | 2020-05-20 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://wosps.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://wosps.net |
URL Trang Trợ Giúp | http://wosps.net |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |