Flix - Watch Netflix with your buddies!

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

Was ist Flix - Watch Netflix with your buddies!?

Flix - Watch Netflix with your buddies! ist eine Chrome-Erweiterung, die von theRoughCode entwickelt wurde, und ihr Hauptmerkmal ist "Sync up your Netflix shows and watch them with your buddies!".

Erweiterungsscreenshots

screenshot

Flix - Watch Netflix with your buddies!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Flix - Watch Netflix with your buddies!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Flix - Watch Netflix with your buddies! Flix - Watch Netflix with your buddies!
ID ogobbjinnajkoepejmkhafcfpjbkmahb
Offizielle URL https://chromewebstore.google.com/detail/flix-watch-netflix-with-y/ogobbjinnajkoepejmkhafcfpjbkmahb
Beschreibung Sync up your Netflix shows and watch them with your buddies!
Dateigröße 16.43 MB
Installationsanzahl 1,256
Aktuelle Version 0.0.0.9
Letztes Update 2020-01-12
Veröffentlichungsdatum 2020-01-11
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler theRoughCode
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}