Lucky Flix
Adds a Get Lucky button to Netflix.com, which plays a random film
Wat is Lucky Flix?
Lucky Flix is een Chrome-extensie ontwikkeld door Tom Pierce, en de belangrijkste functie is "Adds a Get Lucky button to Netflix.com, which plays a random film".
Extensie Screenshots
Download het CRX-bestand van de extensie Lucky Flix
Download Lucky Flix-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
Eliminate the endless discussions about which film to watch! This extension adds a button to your Netflix which will play a random film from the selection listed on your home page. Remember to rate the films after you've watched them, as this will improve your chances of getting a great random pick next time!
Basisinformatie over de Extensie
Naam | Lucky Flix |
ID | ohkaikelnphbioolgljkkeikpdhhijga |
Officiële URL | https://chromewebstore.google.com/detail/lucky-flix/ohkaikelnphbioolgljkkeikpdhhijga |
Beschrijving | Adds a Get Lucky button to Netflix.com, which plays a random film |
Bestandsgrootte | 56.16 KB |
Aantal Installaties | 47 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2015-01-27 |
Publicatiedatum | 2015-01-27 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Tom Pierce |
Betalingswijze | free |
Extensiewebsite | https://github.com/tompierce/lucky-flix |
Help Pagina-URL | https://github.com/tompierce/lucky-flix/issues |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lucky Flix", "version": "0.0.2", "description": "Adds a Get Lucky button to Netflix.com, which plays a random film", "icons": { "32": "icon32.png", "64": "icon64.png", "110": "icon110.png" }, "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/WiHome" ], "js": [ "contentscript.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "script.js", "jquery-1.11.1.min.js", "jquery.popupoverlay.js" ] } |