flixRemote - Your Netflix Remote

Remote for your Netflix Stream

flixRemote - Your Netflix Remoteとは何ですか?

flixRemote - Your Netflix RemoteはTushar Shahiによって開発されたChromeの拡張機能で、その主な機能は「Remote for your Netflix Stream」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

flixRemote - Your Netflix Remote拡張機能のCRXファイルをダウンロード

flixRemote - Your Netflix Remote拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Control a Netflix stream using your phone.

Sit back, relax, and use your mobile phone to watch Netflix. No need to install any app on your phone.

1. Pin the flixRemote extension to Chrome
2. Generate a QR code while on Netflix
3. Scan the QR code with your phone's camera

You are done!

Note: If QR code doesn’t work, enter the code at tinyurl.com/flixRemote                    

拡張機能の基本情報

名前 flixRemote - Your Netflix Remote flixRemote - Your Netflix Remote
ID jkhffbfbokiincaebolhpcfdkhiipalh
公式URL https://chrome.google.com/webstore/detail/flixremote-your-netflix-r/jkhffbfbokiincaebolhpcfdkhiipalh
説明 Remote for your Netflix Stream
ファイルサイズ 157 KB
インストール数 105
現在のバージョン 2.2
最終更新日 2022-09-10
公開日 2020-10-20
評価 5.00/5 合計 4 レビュー
開発者 Tushar Shahi
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://remoteflix.herokuapp.com/welcome
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "flixRemote - Your Netflix Remote",
    "version": "2.2",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "description": "Remote for your Netflix Stream",
    "background": {
        "scripts": [
            "socket.io.js",
            "background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_title": "flixRemote",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/watch*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/www.netflix.com\/watch*",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "Raleway-Bold.ttf",
        "seekScript.js"
    ],
    "manifest_version": 2
}