traktflix

A Trakt.tv scrobbler for Netflix.

traktflix là gì?

traktflix là một tiện ích mở rộng Chrome được phát triển bởi rafaelgomesxyz, và tính năng chính của nó là "A Trakt.tv scrobbler for Netflix.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng traktflix

Tải xuống các tệp mở rộng traktflix 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

                        - Automatically scrobble what you are watching on Netflix to your Trakt.tv account.
- Sync your Netflix viewing history with your Trakt.tv account.                    

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

Tên traktflix traktflix
ID ehlckfimahifadnbecobagimllmbdmde
URL Chính Thức https://chromewebstore.google.com/detail/traktflix/ehlckfimahifadnbecobagimllmbdmde
Mô tả A Trakt.tv scrobbler for Netflix.
Kích Thước Tệp 737 KB
Số Lần Cài Đặt 8,534
Phiên Bản Hiện Tại 2.1.1
Cập Nhật Lần Cuối 2020-01-10
Ngày Phát Hành 2019-12-28
Đánh Giá 3.23/5 Tổng số 31 Đánh Giá
Nhà Phát Triển rafaelgomesxyz
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://addons.mozilla.org/en-US/firefox/addon/esgst/privacy
Ngôn Ngữ Được Hỗ Trợ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "2.1.1",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/traktflix-icon-16.png",
        "128": "images\/traktflix-icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/lib\/browser-polyfill.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/lib\/browser-polyfill.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "optional_permissions": [
        "notifications",
        "*:\/\/api.rollbar.com\/*",
        "*:\/\/script.google.com\/*",
        "*:\/\/script.googleusercontent.com\/*"
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/traktflix-icon-19.png",
            "38": "images\/traktflix-icon-38.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "traktflix"
    },
    "permissions": [
        "identity",
        "storage",
        "tabs",
        "unlimitedStorage",
        "*:\/\/*.netflix.com\/*",
        "*:\/\/*.trakt.tv\/*",
        "declarativeContent"
    ],
    "web_accessible_resources": [
        "images\/traktflix-icon-38.png",
        "images\/traktflix-icon-selected-38.png",
        "images\/svg\/*.svg"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy\/ZXv2olOF+fkJle2Ud2gTlLEonDKRJmL8dFoFL8X62RI9S1h4sjRutiNSwjRMe637VflUeJ9ppcM1et4AVHsO\/wW+3VqnxU4t0\/wLFpJ\/pih+g8feo0oH8X8oskLssLTDvbtn7dnfq6uPDa1T+P7lEOTo1E63qYMNBtjyxyP8H1nZlES0YZcvf6cA\/xFxR4a9e9\/LSpzIwADCmR\/frs0LNWo5Ti+a9KzVh3NTJfLzrcnIvpbRj+7Sc83QG47\/fbQYzz1FPumzds6f\/cT+khAFVFdbwgJTzeT+7W4m\/D4i5sodkwC9fd+b49VD9vpnCQHaDGRKpSE2C7XIH1WGLApQIDAQAB"
}