Flix - Watch Netflix with your buddies!

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

什麼是Flix - Watch Netflix with your buddies!?

Flix - Watch Netflix with your buddies!是由theRoughCode開發的Chrome擴展程式,該擴展的主要功能是“Sync up your Netflix shows and watch them with your buddies!”。

擴展截圖

screenshot

下載Flix - Watch Netflix with your buddies!擴展crx文件

下載Flix - Watch Netflix with your buddies!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Flix - Watch Netflix with your buddies! Flix - Watch Netflix with your buddies!
ID ogobbjinnajkoepejmkhafcfpjbkmahb
官方網址 https://chromewebstore.google.com/detail/flix-watch-netflix-with-y/ogobbjinnajkoepejmkhafcfpjbkmahb
簡介 Sync up your Netflix shows and watch them with your buddies!
檔案大小 16.43 MB
安裝次數 1,256
目前版本 0.0.0.9
更新時間 2020-01-12
上架時間 2020-01-11
評分 4.00/5 共 4 次評分
開發者 theRoughCode
付費類型 free
支援的語言 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"
    ]
}