TraktNRK - NRK and Trakt.tv together

Sync NRK history to Trakt.tv

TraktNRK - NRK and Trakt.tv together là gì?

TraktNRK - NRK and Trakt.tv together là một tiện ích mở rộng Chrome được phát triển bởi MrMamen, và tính năng chính của nó là "Sync NRK history to Trakt.tv".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TraktNRK - NRK and Trakt.tv together

Tải xuống các tệp mở rộng TraktNRK - NRK and Trakt.tv together dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TraktNRK - NRK and Trakt.tv together TraktNRK - NRK and Trakt.tv together
ID pmdefhmfakfklmghckphgnfifbcmeahk
URL Chính Thức https://chrome.google.com/webstore/detail/traktnrk-nrk-and-trakttv/pmdefhmfakfklmghckphgnfifbcmeahk
Mô tả Sync NRK history to Trakt.tv
Kích Thước Tệp 585 KB
Số Lần Cài Đặt 105
Phiên Bản Hiện Tại 2.4.0
Cập Nhật Lần Cuối 2020-07-07
Ngày Phát Hành 2019-10-12
Nhà Phát Triển MrMamen
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/MrMamen/traktNRK
URL Trang Trợ Giúp https://github.com/MrMamen/traktNRK/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}