FLIN

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

FLINคืออะไร?

FLIN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย totu และคุณลักษณะหลักของมันคือ "This extension opens Netflix.com in a popout for cleaner and minimalistic viewing experience"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FLIN

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}