WeFlix

Watch Netflix in sync with your friends remotely.

WeFlix là gì?

WeFlix là một tiện ích mở rộng Chrome được phát triển bởi WeFlix, và tính năng chính của nó là "Watch Netflix in sync with your friends remotely.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WeFlix

Tải xuống các tệp mở rộng WeFlix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        🍿 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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WeFlix WeFlix
ID kaklalnnadnejgppholdphljlgpcipmc
URL Chính Thức https://chromewebstore.google.com/detail/weflix/kaklalnnadnejgppholdphljlgpcipmc
Mô tả Watch Netflix in sync with your friends remotely.
Kích Thước Tệp 1.61 MB
Số Lần Cài Đặt 172
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-07-25
Ngày Phát Hành 2021-07-25
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển WeFlix
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://weflix.app
URL Trang Trợ Giúp https://weflix.app#contact
Ngôn Ngữ Được Hỗ Trợ 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'"
}