Lucky Flix

Adds a Get Lucky button to Netflix.com, which plays a random film

What is Lucky Flix?

Lucky Flix is a Chrome extension developed by Tom Pierce, and its main feature is "Adds a Get Lucky button to Netflix.com, which plays a random film".

Extension Screenshots

screenshot

Download Lucky Flix Extension CRX File

Download Lucky Flix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Eliminate the endless discussions about which film to watch!

This extension adds a button to your Netflix which will play a random film from the selection listed on your home page. 

Remember to rate the films after you've watched them, as this will improve your chances of getting a great random pick next time!                    

Extension Basic Information

Name Lucky Flix Lucky Flix
ID ohkaikelnphbioolgljkkeikpdhhijga
Official URL https://chromewebstore.google.com/detail/lucky-flix/ohkaikelnphbioolgljkkeikpdhhijga
Description Adds a Get Lucky button to Netflix.com, which plays a random film
File Size 56.16 KB
Installation Count 47
Current Version 0.0.2
Last Updated 2015-01-27
Publish Date 2015-01-27
Rating 5.00/5 Total 1 Ratings
Developer Tom Pierce
Payment Type free
Extension Website https://github.com/tompierce/lucky-flix
Help Page URL https://github.com/tompierce/lucky-flix/issues
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lucky Flix",
    "version": "0.0.2",
    "description": "Adds a Get Lucky button to Netflix.com, which plays a random film",
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png",
        "110": "icon110.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/WiHome"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "script.js",
        "jquery-1.11.1.min.js",
        "jquery.popupoverlay.js"
    ]
}