FLIN

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

FLIN क्या है?

FLIN totu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension opens Netflix.com in a popout for cleaner and minimalistic viewing experience"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FLIN एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}