Reflix
Control Netflix in Google Chrome from the comfort of your phone.
Wat is Reflix?
Reflix is een Chrome-extensie ontwikkeld door https://netflixremote.com, en de belangrijkste functie is "Control Netflix in Google Chrome from the comfort of your phone.".
Extensie Screenshots
Download het CRX-bestand van de extensie Reflix
Download Reflix-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
Control Netflix in Google Chrome from the comfort of your phone.
Basisinformatie over de Extensie
Naam | |
ID | lnfnmcgdbfjenenkmcioobpcgjplbieg |
Officiële URL | https://chromewebstore.google.com/detail/reflix/lnfnmcgdbfjenenkmcioobpcgjplbieg |
Beschrijving | Control Netflix in Google Chrome from the comfort of your phone. |
Bestandsgrootte | 187 KB |
Aantal Installaties | 50 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2018-06-16 |
Publicatiedatum | 2018-06-16 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://netflixremote.com |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |