SBS Movie Ratings
Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand
SBS Movie Ratings क्या है?
SBS Movie Ratings Matthew Farrell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SBS Movie Ratings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will display ratings for movie listings on the SBS On Demand website: https://www.sbs.com.au/ondemand/
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | akojfflpfnhfpogglehnjggndlhhhfpb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/sbs-movie-ratings/akojfflpfnhfpogglehnjggndlhhhfpb |
विवरण | Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand |
फ़ाइल का आकार | 3.86 KB |
स्थापना संख्या | 128 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2018-08-30 |
प्रकाशन तिथि | 2018-08-30 |
डेवलपर | Matthew Farrell |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SBS Movie Ratings", "version": "1.2", "author": "Matthew Farrell", "description": "Movie Ratings on the SBS ondemand website.\n Display ratings when choosing a movie to watch on SBS ondemand", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/www.sbs.com.au\/ondemand\/*" ], "run_at": "document_end", "js": [ "ratings.js" ] } ], "manifest_version": 2 } |