WeFlix

Watch Netflix in sync with your friends remotely.

WeFlix란 무엇입니까?

WeFlix은(는) WeFlix에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch Netflix in sync with your friends remotely."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

WeFlix 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 WeFlix WeFlix
ID kaklalnnadnejgppholdphljlgpcipmc
공식 URL 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'"
}