Netflix Remote
Control netflix from your phone!
Co to jest Netflix Remote?
Netflix Remote to rozszerzenie Chrome opracowane przez chillremote, a jego główną funkcją jest „Control netflix from your phone!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Netflix Remote
Pobierz pliki rozszerzeń Netflix Remote w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension is required to use the Chillremote app to control Netflix. 1. Install Chillremote add-on 2. Install Chillremote app on your phone 3. Click on the Chillremote add-on icon to show your QR Code 4. Scan your QR code with the app
Podstawowe informacje o rozszerzeniu
Nazwa | Netflix Remote |
ID | kmngjlmolbambcjbefengjalhdaemcjn |
Oficjalny URL | https://chromewebstore.google.com/detail/netflix-remote/kmngjlmolbambcjbefengjalhdaemcjn |
Opis | Control netflix from your phone! |
Rozmiar pliku | 222 KB |
Liczba instalacji | 68 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2019-03-23 |
Data Publikacji | 2019-03-23 |
Deweloper | chillremote |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Remote", "version": "1.1", "description": "Control netflix from your phone!", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.netflix.com\/*" ], "js": [ "auto_answer.js" ] } ], "page_action": { "default_popup": "qr.html", "default_icon": { "32": "icon.png", "48": "[email protected]", "128": "[email protected]" } }, "manifest_version": 2 } |