FLIN

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

FLIN là gì?

FLIN là một tiện ích mở rộng Chrome được phát triển bởi totu, và tính năng chính của nó là "This extension opens Netflix.com in a popout for cleaner and minimalistic viewing experience".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FLIN

Tải xuống các tệp mở rộng FLIN dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FLIN FLIN
ID edddldapmmfoficlioajnnanfcioimjf
URL Chính Thức https://chromewebstore.google.com/detail/flin/edddldapmmfoficlioajnnanfcioimjf
Mô tả This extension opens Netflix.com in a popout for cleaner and minimalistic viewing experience
Kích Thước Tệp 20.62 KB
Số Lần Cài Đặt 92
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-07-18
Ngày Phát Hành 2016-07-18
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển totu
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/totu/FLIN
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}