Oz Shows
Check In/Mark Played Episodes on Aussie Streaming Services
Oz Shows क्या है?
Oz Shows Techniko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check In/Mark Played Episodes on Aussie Streaming Services"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Oz Shows एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Now with automatic scrobbling! It searches the currently playing episode and scrobbles it on Trakt.tv. On an episode page on 7plus/9Now/10play/SBS On Demand/ABC iview, press the extension icon to show a popup. The popup automatically finds the next episode in your watched progress for the show, and asks if you want to mark the episode as played or check in. A short list of titles that may have similar names is sometimes displayed, especially when a show has international versions.
एक्सटेंशन की मूल जानकारी
नाम | Oz Shows |
ID | fidllgabmgfjbefbppjlabmifllonmfb |
आधिकारिक URL | https://chromewebstore.google.com/detail/oz-shows/fidllgabmgfjbefbppjlabmifllonmfb |
विवरण | Check In/Mark Played Episodes on Aussie Streaming Services |
फ़ाइल का आकार | 54.8 KB |
स्थापना संख्या | 21 |
वर्तमान संस्करण | 0.8 |
अंतिम अपडेट | 2021-04-23 |
प्रकाशन तिथि | 2020-11-16 |
डेवलपर | Techniko |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Oz Shows", "version": "0.8", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "65.0" } }, "content_scripts": [ { "matches": [ "*:\/\/*.9now.com.au\/*" ], "js": [ "browser-polyfill.js", "content\/nine.js", "inject\/inject.js" ], "css": [ "inject\/inject.css" ] }, { "matches": [ "*:\/\/*.7plus.com.au\/*" ], "js": [ "browser-polyfill.js", "content\/seven.js", "inject\/inject.js" ], "css": [ "inject\/inject.css" ] }, { "matches": [ "*:\/\/10play.com.au\/*" ], "js": [ "browser-polyfill.js", "content\/ten.js", "inject\/inject.js" ], "css": [ "inject\/inject.css" ] }, { "matches": [ "*:\/\/*.sbs.com.au\/ondemand\/*" ], "js": [ "browser-polyfill.js", "content\/sbs.js", "inject\/inject.js" ], "css": [ "inject\/inject.css" ] }, { "matches": [ "*:\/\/iview.abc.net.au\/show\/*" ], "js": [ "browser-polyfill.js", "content\/abc_show.js", "content\/abc_episode.js", "inject\/inject.js" ] }, { "matches": [ "*:\/\/iview.abc.net.au\/video\/*" ], "js": [ "browser-polyfill.js", "content\/abc_episode.js", "inject\/inject.js" ], "css": [ "inject\/inject.css" ] } ], "web_accessible_resources": [ "icons\/icon38.png", "inject\/inject.css", "inject\/shadow.css" ], "permissions": [ "https:\/\/*.trakt.tv\/*", "storage", "identity", "activeTab" ], "background": { "scripts": [ "browser-polyfill.js", "background.js" ] }, "icons": { "16": "icons\/icon16.png", "38": "icons\/icon38.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon64.png", "default_title": "Oz Shows", "default_popup": "popup\/index.html" }, "description": "Check In\/Mark Played Episodes on Aussie Streaming Services" } |