TraktNRK - NRK and Trakt.tv together

Sync NRK history to Trakt.tv

TraktNRK - NRK and Trakt.tv together란 무엇입니까?

TraktNRK - NRK and Trakt.tv together은(는) MrMamen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sync NRK history to Trakt.tv"입니다.

확장 프로그램 스크린샷

screenshot

TraktNRK - NRK and Trakt.tv together 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        (For English see below)
Når du ser noe i NRK nett-TV sendes ("scrobbles") historikken automatisk til trakt.tv. Trakt.tv er en tjeneste tar vare på historikken fra filmer og TV-serier du ser fra mange ulike kilder. Er du logget inn på NRK kan du også synkronisere historikken.

https://github.com/mrmamen/traktflix/tree/traktNRK

Integrates NRK web TV with trakt.tv. Based on open source from github, forked from a similar project with Netflix-trakt-integration.                    

확장 프로그램 기본 정보

이름 TraktNRK - NRK and Trakt.tv together TraktNRK - NRK and Trakt.tv together
ID pmdefhmfakfklmghckphgnfifbcmeahk
공식 URL https://chrome.google.com/webstore/detail/traktnrk-nrk-and-trakttv/pmdefhmfakfklmghckphgnfifbcmeahk
설명 Sync NRK history to Trakt.tv
파일 크기 585 KB
설치 횟수 105
현재 버전 2.4.0
최근 업데이트 2020-07-07
출시 날짜 2019-10-12
개발자 MrMamen
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/MrMamen/traktNRK
도움말 페이지 URL https://github.com/MrMamen/traktNRK/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "2.4.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/traktflix-icon-16.png",
        "128": "images\/traktflix-icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/build\/vendor.js",
            "scripts\/build\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tv.nrk.no\/*"
            ],
            "js": [
                "scripts\/build\/content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/traktflix-icon-19.png",
            "38": "images\/traktflix-icon-38.png"
        },
        "selected_icon": {
            "19": "images\/traktflix-icon-selected-19.png",
            "38": "images\/traktflix-icon-selected-38.png"
        },
        "default_title": "traktNRK",
        "default_popup": "popup.html"
    },
    "permissions": [
        "identity",
        "declarativeContent",
        "storage",
        "http:\/\/trakt.tv\/*",
        "https:\/\/www.google-analytics.com\/",
        "*:\/\/tv.nrk.no\/*",
        "notifications"
    ],
    "web_accessible_resources": [
        "images\/svg\/*.svg"
    ]
}