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
官方網址 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"
    ]
}