Netflix Remote
Control netflix from your phone!
Vad är Netflix Remote?
Netflix Remote är en Chrome-tillägg utvecklad av chillremote, och dess huvudfunktion är "Control netflix from your phone!".
Tilläggsskärmbilder
Ladda ner Netflix Remote-förlängningens CRX-fil
Ladda ner Netflix Remote-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | kmngjlmolbambcjbefengjalhdaemcjn | 
| Officiell webbadress | https://chromewebstore.google.com/detail/netflix-remote/kmngjlmolbambcjbefengjalhdaemcjn | 
| Beskrivning | Control netflix from your phone! | 
| Filstorlek | 222 KB | 
| Antal Installationer | 68 | 
| Aktuell Version | 1.1 | 
| Senast Uppdaterad | 2019-03-23 | 
| Publiceringsdatum | 2019-03-23 | 
| Utvecklare | chillremote | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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
}  |  |