Netflix Remote
Remote for Netflix!
Co to jest Netflix Remote?
Netflix Remote to rozszerzenie Chrome opracowane przez https://butttons.github.io/netflix-remote, a jego główną funkcją jest „Remote for Netflix!”.
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
Control your Netflix stream with your phone.
Usage:
1. Install the extension.
2. Open Netflix and click on the Netflix Remote button to generate a code for you to scan.
3. Open your phone and navigate to https://butttons.github.io/netflix-remote/ or https://bit.ly/nflx-rm
4. Scan the code OR enter the ID provided there. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | limeoeacpekfcanimjnnbgolggamkogd |
| Oficjalny URL | https://chromewebstore.google.com/detail/netflix-remote/limeoeacpekfcanimjnnbgolggamkogd |
| Opis | Remote for Netflix! |
| Rozmiar pliku | 52.43 KB |
| Liczba instalacji | 1,039 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2019-01-15 |
| Data Publikacji | 2019-01-15 |
| Ocena | 2.50/5 Łącznie 8 Oceny |
| Deweloper | https://butttons.github.io/netflix-remote |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Netflix Remote",
"version": "1.1",
"description": "Remote for Netflix!",
"permissions": [
"declarativeContent",
"storage"
],
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/*.netflix.com\/*"
],
"js": [
"deps\/simplepeer.min.js",
"deps\/socket.io.slim.js",
"content.js"
]
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "popup\/images\/remote_16.png",
"32": "popup\/images\/remote_32.png",
"48": "popup\/images\/remote_48.png",
"128": "popup\/images\/remote_128.png"
}
},
"icons": {
"16": "popup\/images\/remote_16.png",
"32": "popup\/images\/remote_32.png",
"48": "popup\/images\/remote_48.png",
"128": "popup\/images\/remote_128.png"
}
} | |