Flix - Watch Netflix with your buddies!
Sync up your Netflix shows and watch them with your buddies!
Qu'est-ce que Flix - Watch Netflix with your buddies! ?
Flix - Watch Netflix with your buddies! est une extension Chrome développée par theRoughCode, et sa fonction principale est "Sync up your Netflix shows and watch them with your buddies!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Flix - Watch Netflix with your buddies!
Téléchargez les fichiers d'extension Flix - Watch Netflix with your buddies! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Flix connects you with your friends and loved ones all across the world by syncing up your Netflix shows!
Informations de Base sur l'Extension
Nom | Flix - Watch Netflix with your buddies! |
ID | ogobbjinnajkoepejmkhafcfpjbkmahb |
URL Officiel | https://chromewebstore.google.com/detail/flix-watch-netflix-with-y/ogobbjinnajkoepejmkhafcfpjbkmahb |
Description | Sync up your Netflix shows and watch them with your buddies! |
Taille du Fichier | 16.43 MB |
Nombre d'Installations | 1,256 |
Version Actuelle | 0.0.0.9 |
Dernière Mise à Jour | 2020-01-12 |
Date de Publication | 2020-01-11 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | theRoughCode |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |