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”。
擴展截圖
下載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 |
ID | edddldapmmfoficlioajnnanfcioimjf |
官方網址 | 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" } } |