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によって開発されたChromeの拡張機能で、その主な機能は「Sync up your Netflix shows and watch them with your buddies!」です。
拡張機能のスクリーンショット
Flix - Watch Netflix with your buddies!拡張機能のCRXファイルをダウンロード
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! |
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" ] } |