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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sync up your Netflix shows and watch them with your buddies!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Flix - Watch Netflix with your buddies! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}