FLIN

This extension opens Netflix.com in a popout for cleaner and minimalistic viewing experience

FLINとは何ですか?

FLINはtotuによって開発されたChromeの拡張機能で、その主な機能は「This extension opens Netflix.com in a popout for cleaner and minimalistic viewing experience」です。

拡張機能のスクリーンショット

screenshot
screenshot

FLIN拡張機能のCRXファイルをダウンロード

FLIN拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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]                    

拡張機能の基本情報

名前 FLIN FLIN
ID edddldapmmfoficlioajnnanfcioimjf
公式URL https://chromewebstore.google.com/detail/flin/edddldapmmfoficlioajnnanfcioimjf
説明 This extension opens Netflix.com in a popout for cleaner and minimalistic viewing experience
ファイルサイズ 20.62 KB
インストール数 92
現在のバージョン 1.2
最終更新日 2016-07-18
公開日 2016-07-18
評価 5.00/5 合計 2 レビュー
開発者 totu
支払い方法 free
拡張機能のウェブサイト https://github.com/totu/FLIN
対応言語 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"
    }
}