TraktNRK - NRK and Trakt.tv together
Sync NRK history to Trakt.tv
Co je TraktNRK - NRK and Trakt.tv together?
TraktNRK - NRK and Trakt.tv together je rozšíření Chrome vyvinuté MrMamen, a jeho hlavní funkcí je „Sync NRK history to Trakt.tv“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření TraktNRK - NRK and Trakt.tv together
Stáhněte si soubory rozšíření TraktNRK - NRK and Trakt.tv together ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
(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.
Základní Informace o Rozšíření
Název | |
ID | pmdefhmfakfklmghckphgnfifbcmeahk |
Oficiální URL | https://chrome.google.com/webstore/detail/traktnrk-nrk-and-trakttv/pmdefhmfakfklmghckphgnfifbcmeahk |
Popis | Sync NRK history to Trakt.tv |
Velikost souboru | 585 KB |
Počet instalací | 105 |
Aktuální Verze | 2.4.0 |
Poslední Aktualizace | 2020-07-07 |
Datum Vydání | 2019-10-12 |
Vývojář | MrMamen |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/MrMamen/traktNRK |
URL Stránky Nápovědy | https://github.com/MrMamen/traktNRK/issues |
Podporované Jazyky | 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" ] } |