Tagger for Letterboxd
Tag your Letterboxd reviews with genres imported from TMDb!
What is Tagger for Letterboxd?
Tagger for Letterboxd is a Chrome extension developed by https://wosps.net, and its main feature is "Tag your Letterboxd reviews with genres imported from TMDb!".
Extension Screenshots
Download Tagger for Letterboxd Extension CRX File
Download Tagger for Letterboxd extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Tagger for Letterboxd allows you to tag your reviews with genres, hassle-free! Just click "Tag It!" and the magic begins...
Extension Basic Information
Name | Tagger for Letterboxd |
ID | pbjbeepjhedfccldgdfcjaagimndlema |
Official URL | https://chromewebstore.google.com/detail/tagger-for-letterboxd/pbjbeepjhedfccldgdfcjaagimndlema |
Description | Tag your Letterboxd reviews with genres imported from TMDb! |
File Size | 44.77 KB |
Installation Count | 78 |
Current Version | 2.0 |
Last Updated | 2023-10-27 |
Publish Date | 2020-05-20 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://wosps.net |
[email protected] | |
Payment Type | free |
Extension Website | http://wosps.net |
Help Page URL | http://wosps.net |
Supported Languages | 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" } ] } |