TraktNRK - NRK and Trakt.tv together

Sync NRK history to Trakt.tv

O que é TraktNRK - NRK and Trakt.tv together?

TraktNRK - NRK and Trakt.tv together é uma extensão do Chrome desenvolvida por MrMamen, e sua principal característica é "Sync NRK history to Trakt.tv".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TraktNRK - NRK and Trakt.tv together

Baixe arquivos de extensão TraktNRK - NRK and Trakt.tv together no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        (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.                    

Informações Básicas da Extensão

Nome TraktNRK - NRK and Trakt.tv together TraktNRK - NRK and Trakt.tv together
ID pmdefhmfakfklmghckphgnfifbcmeahk
URL Oficial https://chrome.google.com/webstore/detail/traktnrk-nrk-and-trakttv/pmdefhmfakfklmghckphgnfifbcmeahk
Descrição Sync NRK history to Trakt.tv
Tamanho do Arquivo 585 KB
Contagem de Instalações 105
Versão Atual 2.4.0
Última Atualização 2020-07-07
Data de Publicação 2019-10-12
Desenvolvedor MrMamen
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/MrMamen/traktNRK
URL da Página de Ajuda https://github.com/MrMamen/traktNRK/issues
Idiomas Suportados 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"
    ]
}