Flix - Watch Netflix with your buddies!

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

Cos'è Flix - Watch Netflix with your buddies!?

Flix - Watch Netflix with your buddies! è un'estensione di Chrome sviluppata da theRoughCode, e la sua funzione principale è "Sync up your Netflix shows and watch them with your buddies!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Flix - Watch Netflix with your buddies!

Scarica i file di estensione Flix - Watch Netflix with your buddies! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Flix - Watch Netflix with your buddies! Flix - Watch Netflix with your buddies!
ID ogobbjinnajkoepejmkhafcfpjbkmahb
URL Ufficiale https://chromewebstore.google.com/detail/flix-watch-netflix-with-y/ogobbjinnajkoepejmkhafcfpjbkmahb
Descrizione Sync up your Netflix shows and watch them with your buddies!
Dimensione del File 16.43 MB
Conteggio Installazioni 1,256
Versione Corrente 0.0.0.9
Ultimo Aggiornamento 2020-01-12
Data di Pubblicazione 2020-01-11
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore theRoughCode
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}