Flix - Watch Netflix with your buddies!

Sync up your Netflix shows and watch them with your buddies!

Flix - Watch Netflix with your buddies! là gì?

Flix - Watch Netflix with your buddies! là một tiện ích mở rộng Chrome được phát triển bởi theRoughCode, và tính năng chính của nó là "Sync up your Netflix shows and watch them with your buddies!".

Ả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 Flix - Watch Netflix with your buddies!

Tải xuống các tệp mở rộng Flix - Watch Netflix with your buddies! 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

                        Flix connects you with your friends and loved ones all across the world by syncing up your Netflix shows!                    

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

Tên Flix - Watch Netflix with your buddies! Flix - Watch Netflix with your buddies!
ID ogobbjinnajkoepejmkhafcfpjbkmahb
URL Chính Thức https://chromewebstore.google.com/detail/flix-watch-netflix-with-y/ogobbjinnajkoepejmkhafcfpjbkmahb
Mô tả Sync up your Netflix shows and watch them with your buddies!
Kích Thước Tệp 16.43 MB
Số Lần Cài Đặt 1,256
Phiên Bản Hiện Tại 0.0.0.9
Cập Nhật Lần Cuối 2020-01-12
Ngày Phát Hành 2020-01-11
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển theRoughCode
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flix - Watch Netflix with your buddies!",
    "short_name": "Flix",
    "version": "0.0.0.9",
    "description": "Sync up your Netflix shows and watch them with your buddies!",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "img\/flix_logo16.png",
            "32": "img\/flix_logo32.png",
            "48": "img\/flix_logo48.png",
            "128": "img\/flix_logo128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/flix_logo16.png",
        "32": "img\/flix_logo32.png",
        "48": "img\/flix_logo48.png",
        "128": "img\/flix_logo128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/watch\/*"
            ],
            "css": [
                ".\/css\/materialize.min.css",
                ".\/css\/style.css"
            ],
            "js": [
                ".\/js\/socket.io.js",
                ".\/js\/vue.js",
                ".\/js\/materialize.min.js",
                ".\/js\/emojione.min.js",
                ".\/js\/jquery-3.3.1.min.js",
                ".\/js\/chat.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*.png"
    ]
}