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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sync NRK history to Trakt.tv"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TraktNRK - NRK and Trakt.tv together एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |