Overseerr Assistant
Browser extension for Overseerr that embeds buttons into IMDb and TMDB web pages to easily request movies and tv shows.
Overseerr Assistant क्या है?
Overseerr Assistant Rémi Rigal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser extension for Overseerr that embeds buttons into IMDb and TMDB web pages to easily request movies and tv shows."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Overseerr Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Browser extension for Overseerr and Jellyseerr providing an integration for most popular media websites. Features: - One-click requests directly from TMDB and IMDb websites - One-click access to available media on Plex - Monitor requests status - Support for both movies and TV shows Supported media websites: - TMDB - IMDb - TVDB - Rotten Tomatoes - Plex Discover - Letterboxd - JustWatch - Trakt.tv - Taste.io - Allociné
एक्सटेंशन की मूल जानकारी
नाम | Overseerr Assistant |
ID | hopnjiadheaagfhpipecoamoegijhnij |
आधिकारिक URL | https://chromewebstore.google.com/detail/overseerr-assistant/hopnjiadheaagfhpipecoamoegijhnij |
विवरण | Browser extension for Overseerr that embeds buttons into IMDb and TMDB web pages to easily request movies and tv shows. |
फ़ाइल का आकार | 1.43 MB |
स्थापना संख्या | 1,318 |
वर्तमान संस्करण | 1.6.0 |
अंतिम अपडेट | 2024-02-19 |
प्रकाशन तिथि | 2021-10-22 |
रेटिंग | 4.86/5 कुल 7 रेटिंग्स |
डेवलपर | Rémi Rigal |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/RemiRigal/Overseerr-Extension |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Overseerr Assistant", "version": "1.6.0", "description": "Browser extension for Overseerr that embeds buttons into IMDb and TMDB web pages to easily request movies and tv shows.", "permissions": [ "storage" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" } }, "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.themoviedb.org\/movie\/*", "https:\/\/www.themoviedb.org\/tv\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/lib\/jquery-3.5.1.min.js", "js\/storage.js", "js\/overseerr-container.js", "js\/content-scripts\/tmdb.js" ] }, { "matches": [ "https:\/\/www.imdb.com\/title\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/lib\/jquery-3.5.1.min.js", "js\/storage.js", "js\/overseerr-container.js", "js\/content-scripts\/imdb.js" ] }, { "matches": [ "https:\/\/www.allocine.fr\/film\/*", "https:\/\/www.allocine.fr\/series\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/lib\/jquery-3.5.1.min.js", "js\/storage.js", "js\/overseerr-container.js", "js\/content-scripts\/allocine.js" ] }, { "matches": [ "https:\/\/www.senscritique.com\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/lib\/jquery-3.5.1.min.js", "js\/storage.js", "js\/overseerr-container.js", "js\/content-scripts\/senscritique.js" ] }, { "matches": [ "https:\/\/thetvdb.com\/movies\/*", "https:\/\/thetvdb.com\/series\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/lib\/jquery-3.5.1.min.js", "js\/storage.js", "js\/overseerr-container.js", "js\/content-scripts\/tvdb.js" ] }, { "matches": [ "https:\/\/letterboxd.com\/film\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/lib\/jquery-3.5.1.min.js", "js\/storage.js", "js\/overseerr-container.js", "js\/content-scripts\/letterboxd.js" ] }, { "matches": [ "https:\/\/www.rottentomatoes.com\/m\/*", "https:\/\/www.rottentomatoes.com\/tv\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/lib\/jquery-3.5.1.min.js", "js\/storage.js", "js\/overseerr-container.js", "js\/content-scripts\/rottentomatoes.js" ] }, { "matches": [ "https:\/\/app.plex.tv\/desktop\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/lib\/jquery-3.5.1.min.js", "js\/storage.js", "js\/overseerr-container.js", "js\/content-scripts\/plex.js" ] }, { "matches": [ "https:\/\/www.justwatch.com\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/lib\/jquery-3.5.1.min.js", "js\/storage.js", "js\/overseerr-container.js", "js\/content-scripts\/justwatch.js" ] }, { "matches": [ "https:\/\/trakt.tv\/movies\/*", "https:\/\/trakt.tv\/shows\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/lib\/jquery-3.5.1.min.js", "js\/storage.js", "js\/overseerr-container.js", "js\/content-scripts\/trakt.js" ] }, { "matches": [ "https:\/\/www.taste.io\/movies\/*", "https:\/\/www.taste.io\/tv\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/lib\/jquery-3.5.1.min.js", "js\/storage.js", "js\/overseerr-container.js", "js\/content-scripts\/taste.js" ] } ], "options_page": "options.html", "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "images\/icon.png" ], "matches": [ " |