Oz Shows

Check In/Mark Played Episodes on Aussie Streaming Services

Oz Shows란 무엇입니까?

Oz Shows은(는) Techniko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check In/Mark Played Episodes on Aussie Streaming Services"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Oz Shows 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
}