Reflix

Control Netflix in Google Chrome from the comfort of your phone.

Qu'est-ce que Reflix ?

Reflix est une extension Chrome développée par https://netflixremote.com, et sa fonction principale est "Control Netflix in Google Chrome from the comfort of your phone.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Reflix

Téléchargez les fichiers d'extension Reflix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Control Netflix in Google Chrome from the comfort of your phone.                    

Informations de Base sur l'Extension

Nom Reflix Reflix
ID lnfnmcgdbfjenenkmcioobpcgjplbieg
URL Officiel https://chromewebstore.google.com/detail/reflix/lnfnmcgdbfjenenkmcioobpcgjplbieg
Description Control Netflix in Google Chrome from the comfort of your phone.
Taille du Fichier 187 KB
Nombre d'Installations 50
Version Actuelle 2.0.0
Dernière Mise à Jour 2018-06-16
Date de Publication 2018-06-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://netflixremote.com
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reflix",
    "version": "2.0.0",
    "background": {
        "scripts": [
            "background.build.js"
        ]
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "content.build.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.build.js"
    ]
}