Lucky Flix
Adds a Get Lucky button to Netflix.com, which plays a random film
Cos'è Lucky Flix?
Lucky Flix è un'estensione di Chrome sviluppata da Tom Pierce, e la sua funzione principale è "Adds a Get Lucky button to Netflix.com, which plays a random film".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lucky Flix
Scarica i file di estensione Lucky Flix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | ohkaikelnphbioolgljkkeikpdhhijga |
| URL Ufficiale | https://chromewebstore.google.com/detail/lucky-flix/ohkaikelnphbioolgljkkeikpdhhijga |
| Descrizione | Adds a Get Lucky button to Netflix.com, which plays a random film |
| Dimensione del File | 56.16 KB |
| Conteggio Installazioni | 47 |
| Versione Corrente | 0.0.2 |
| Ultimo Aggiornamento | 2015-01-27 |
| Data di Pubblicazione | 2015-01-27 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Tom Pierce |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/tompierce/lucky-flix |
| URL della Pagina di Aiuto | https://github.com/tompierce/lucky-flix/issues |
| Lingue Supportate | 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"
]
} | |