Letterboxd Rotten Tomatoes Addon
Adds Rotten Tomatoes features to Letterboxd.com
Letterboxd Rotten Tomatoes Addon क्या है?
Letterboxd Rotten Tomatoes Addon WilliamWelsh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds Rotten Tomatoes features to Letterboxd.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Letterboxd Rotten Tomatoes Addon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will offer a button on Letterboxd film pages that directs you to the Rotten Tomatoes equivalent. It also shows the score, and icon, under the title on film pages.
एक्सटेंशन की मूल जानकारी
नाम | Letterboxd Rotten Tomatoes Addon |
ID | gbagfhlcandjadfocmenciejcgncjmfd |
आधिकारिक URL | https://chromewebstore.google.com/detail/letterboxd-rotten-tomatoe/gbagfhlcandjadfocmenciejcgncjmfd |
विवरण | Adds Rotten Tomatoes features to Letterboxd.com |
फ़ाइल का आकार | 22.73 KB |
स्थापना संख्या | 283 |
वर्तमान संस्करण | 1.9 |
अंतिम अपडेट | 2019-01-22 |
प्रकाशन तिथि | 2019-01-21 |
रेटिंग | 3.60/5 कुल 10 रेटिंग्स |
डेवलपर | WilliamWelsh |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/WilliamWelsh/Letterboxd-Rotten-Tomatoes-Addon |
सहायता पृष्ठ URL | https://github.com/WilliamWelsh/Letterboxd-Rotten-Tomatoes-Addon |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Letterboxd Rotten Tomatoes Addon", "version": "1.9", "description": "Adds Rotten Tomatoes features to Letterboxd.com", "permissions": [ "https:\/\/www.omdbapi.com\/*", "https:\/\/www.rottentomatoes.com\/m\/*" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/letterboxd.com\/film\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |