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! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย theRoughCode และคุณลักษณะหลักของมันคือ "Sync up your Netflix shows and watch them with your buddies!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flix - Watch Netflix with your buddies!

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}