Tagger for Letterboxd
Tag your Letterboxd reviews with genres imported from TMDb!
Tagger for Letterboxd क्या है?
Tagger for Letterboxd https://wosps.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tag your Letterboxd reviews with genres imported from TMDb!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tagger for Letterboxd एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } ] } |