Netflix Remote
Control netflix from your phone!
Wat is Netflix Remote?
Netflix Remote is een Chrome-extensie ontwikkeld door chillremote, en de belangrijkste functie is "Control netflix from your phone!".
Extensie Screenshots
Download het CRX-bestand van de extensie Netflix Remote
Download Netflix Remote-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | kmngjlmolbambcjbefengjalhdaemcjn |
| Officiële URL | https://chromewebstore.google.com/detail/netflix-remote/kmngjlmolbambcjbefengjalhdaemcjn |
| Beschrijving | Control netflix from your phone! |
| Bestandsgrootte | 222 KB |
| Aantal Installaties | 68 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2019-03-23 |
| Publicatiedatum | 2019-03-23 |
| Ontwikkelaar | chillremote |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |