FLIN
This extension opens Netflix.com in a popout for cleaner and minimalistic viewing experience
Qu'est-ce que FLIN ?
FLIN est une extension Chrome développée par totu, et sa fonction principale est "This extension opens Netflix.com in a popout for cleaner and minimalistic viewing experience".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FLIN
Téléchargez les fichiers d'extension FLIN 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
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]
Informations de Base sur l'Extension
Nom | FLIN |
ID | edddldapmmfoficlioajnnanfcioimjf |
URL Officiel | https://chromewebstore.google.com/detail/flin/edddldapmmfoficlioajnnanfcioimjf |
Description | This extension opens Netflix.com in a popout for cleaner and minimalistic viewing experience |
Taille du Fichier | 20.62 KB |
Nombre d'Installations | 92 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2016-07-18 |
Date de Publication | 2016-07-18 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | totu |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/totu/FLIN |
Langues Prises en Charge | 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" } } |