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ファイルをダウンロード

TraktNRK - NRK and Trakt.tv together拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        (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
Eメール [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"
    ]
}