flixRemote - Your Netflix Remote

Remote for your Netflix Stream

ما هو flixRemote - Your Netflix Remote؟

flixRemote - Your Netflix Remote هو إضافة Chrome تم تطويرها بواسطة Tushar Shahi، والميزة الرئيسية لها هي "Remote for your Netflix Stream".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة flixRemote - Your Netflix Remote

قم بتنزيل ملفات الامتداد flixRemote - Your Netflix Remote بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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
}