FLIN
This extension opens Netflix.com in a popout for cleaner and minimalistic viewing experience
Cos'è FLIN?
FLIN è un'estensione di Chrome sviluppata da totu, e la sua funzione principale è "This extension opens Netflix.com in a popout for cleaner and minimalistic viewing experience".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FLIN
Scarica i file di estensione FLIN 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
Glorious extension formerly known as "Netflix Popout" is back!
FLIN is a simple extension that adds a button to Chrome which opens Netflix in a popout window, thus making it it's own neat, clean and minimalistic "player".
Version 1.0 brings with it new settings menu which allows you to run FLIN in "always-on-top" mode, due to popular demand.
FLIN was taken down from Chrome store when Google updated it's policies regarding extensions and since I was using "Netflix" in the name and white 'N' on red background for icon I got hit as well, but now we are back with slightly retarded name and a new icon.
Icon created by [email protected] Informazioni di Base sull'Estensione
| Nome | |
| ID | edddldapmmfoficlioajnnanfcioimjf |
| URL Ufficiale | https://chromewebstore.google.com/detail/flin/edddldapmmfoficlioajnnanfcioimjf |
| Descrizione | This extension opens Netflix.com in a popout for cleaner and minimalistic viewing experience |
| Dimensione del File | 20.62 KB |
| Conteggio Installazioni | 92 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2016-07-18 |
| Data di Pubblicazione | 2016-07-18 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | totu |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/totu/FLIN |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "FLIN",
"description": "This extension opens Netflix.com in a popout for cleaner and minimalistic viewing experience",
"version": "1.2",
"permissions": [
"storage"
],
"background": {
"scripts": [
"popup.js"
]
},
"icons": {
"128": "icon.png"
},
"options_page": "options.html",
"browser_action": {
"default_title": "FLIN - a cleaner player for Netflix",
"default_icon": "icon.png"
}
} | |