WeFlix
Watch Netflix in sync with your friends remotely.
什麼是WeFlix?
WeFlix是由WeFlix開發的Chrome擴展程式,該擴展的主要功能是“Watch Netflix in sync with your friends remotely.”。
擴展截圖
下載WeFlix擴展crx文件
下載WeFlix擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
🍿 WeFlix enables you to watch Netflix in sync with your friends remotely and includes a video chat directly on the movie/series you are watching!
🎬 WeFlix will take care of coordination of your screens. Experience amazing scenes of joy and emotion as if you were together.
- Fill the gap in your long-distance relationship by sharing a good movie. ❤️
- Don't wait to see your friends so you can continue your favorite series together! 👩🏼💻
- Have a great time on Netflix with your family as if you were on the family couch. 🏠 🌍
- Don't waste hours on the phone with your friends trying to keep up with the movie at the same time. ⏱ ✅
Features:
- Sync a movie or series with your friends remotely.
- Video chat directly on the movie/series you are sharing.
- Comment on the scene of what you are watching with an instant chat.
- Easy to use: you just invite your friends and you are ready to go to synchronize any movie or series on Netflix!
🚀 Try it now!
Visit https://weflix.app for more information and additional content. 擴展基本資訊
| 名稱 | |
| ID | kaklalnnadnejgppholdphljlgpcipmc |
| 官方網址 | https://chromewebstore.google.com/detail/weflix/kaklalnnadnejgppholdphljlgpcipmc |
| 簡介 | Watch Netflix in sync with your friends remotely. |
| 檔案大小 | 1.61 MB |
| 安裝次數 | 172 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2021-07-25 |
| 上架時間 | 2021-07-25 |
| 評分 | 5.00/5 共 4 次評分 |
| 開發者 | WeFlix |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://weflix.app |
| 說明頁面URL | https://weflix.app#contact |
| 支援的語言 | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "WeFlix",
"homepage_url": "https:\/\/weflix.app",
"description": "__MSG_extDesc__",
"version": "1.0.0",
"default_locale": "fr",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "WeFlix",
"default_icon": {
"19": "icons\/19.png",
"38": "icons\/38.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/www.netflix.com\/*"
],
"js": [
"js\/content-script.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"\/css\/*",
"\/img\/*"
],
"content_security_policy": "script-src 'self' ; object-src 'self'"
} | |