Tagger for Letterboxd
Tag your Letterboxd reviews with genres imported from TMDb!
Vad är Tagger for Letterboxd?
Tagger for Letterboxd är en Chrome-tillägg utvecklad av https://wosps.net, och dess huvudfunktion är "Tag your Letterboxd reviews with genres imported from TMDb!".
Tilläggsskärmbilder
Ladda ner Tagger for Letterboxd-förlängningens CRX-fil
Ladda ner Tagger for Letterboxd-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Tagger for Letterboxd allows you to tag your reviews with genres, hassle-free! Just click "Tag It!" and the magic begins...
Grundläggande Information om Tillägg
Namn | Tagger for Letterboxd |
ID | pbjbeepjhedfccldgdfcjaagimndlema |
Officiell webbadress | https://chromewebstore.google.com/detail/tagger-for-letterboxd/pbjbeepjhedfccldgdfcjaagimndlema |
Beskrivning | Tag your Letterboxd reviews with genres imported from TMDb! |
Filstorlek | 44.77 KB |
Antal Installationer | 78 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2023-10-27 |
Publiceringsdatum | 2020-05-20 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | https://wosps.net |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://wosps.net |
Hjälpsida URL | http://wosps.net |
Stödda Språk | 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" } ] } |