SVODEX
Adds the IMDb and Rotten Tomatoes rating to every available title on Netflix, Disney+ and HBO Max
SVODEX क्या है?
SVODEX https://svodex.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds the IMDb and Rotten Tomatoes rating to every available title on Netflix, Disney+ and HBO Max"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SVODEX एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds IMDb and Rotten Tomatoes ratings to Netflix, Disney+ and HBO Max titles. Simply enable the extension and hover over any title on Netflix or HBO Max, or click on any title on Disney+ to see the ratings. Very efficient on CPU and memory, this lightweight extension adds IMDb and Rotten Tomatoes ratings to every title available. Features: - Displays IMDb and Rotten Tomatoes ratings on every title card on Netflix. - Displays IMDb and Rotten Tomatoes ratings on every title card on HBO Max. - Displays IMDb and Rotten Tomatoes ratings on every details page on Disney Plus. - Support for Prime Video, Hulu and more coming soon. Please rate this extension if you find it helpful. New in v 3.3.5. - updated permissions
एक्सटेंशन की मूल जानकारी
नाम | SVODEX |
ID | malgjkedapomgdnolihjjfbdagghmljb |
आधिकारिक URL | https://chromewebstore.google.com/detail/svodex/malgjkedapomgdnolihjjfbdagghmljb |
विवरण | Adds the IMDb and Rotten Tomatoes rating to every available title on Netflix, Disney+ and HBO Max |
फ़ाइल का आकार | 44.14 KB |
स्थापना संख्या | 2,917 |
वर्तमान संस्करण | 3.3.5 |
अंतिम अपडेट | 2023-12-16 |
प्रकाशन तिथि | 2019-09-03 |
रेटिंग | 3.64/5 कुल 55 रेटिंग्स |
डेवलपर | https://svodex.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://svodex.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SVODEX", "version": "3.3.5", "description": "Adds the IMDb and Rotten Tomatoes rating to every available title on Netflix, Disney+ and HBO Max", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*", "https:\/\/www.disneyplus.com\/*", "https:\/\/play.hbomax.com\/*", "https:\/\/play.max.com\/*", "https:\/\/www.primevideo.com\/*", "https:\/\/www.apple.com\/*", "https:\/\/www.hulu.com\/" ], "js": [ "main.js" ], "run_at": "document_end" } ], "action": { "default_title": "SVODEX", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "*.svg" ], "matches": [ "https:\/\/play.hbomax.com\/*", "https:\/\/play.max.com\/*", "https:\/\/www.netflix.com\/*", "https:\/\/www.disneyplus.com\/*" ] } ], "icons": { "128": "logo_small.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "manifest_version": 3 } |