Lucky Flix

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

什麼是Lucky Flix?

Lucky Flix是由Tom Pierce開發的Chrome擴展程式,該擴展的主要功能是“Adds a Get Lucky button to Netflix.com, which plays a random film”。

擴展截圖

screenshot

下載Lucky Flix擴展crx文件

下載Lucky Flix擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Lucky Flix Lucky Flix
ID ohkaikelnphbioolgljkkeikpdhhijga
官方網址 https://chromewebstore.google.com/detail/lucky-flix/ohkaikelnphbioolgljkkeikpdhhijga
簡介 Adds a Get Lucky button to Netflix.com, which plays a random film
檔案大小 56.16 KB
安裝次數 47
目前版本 0.0.2
更新時間 2015-01-27
上架時間 2015-01-27
評分 5.00/5 共 1 次評分
開發者 Tom Pierce
付費類型 free
擴展官網 https://github.com/tompierce/lucky-flix
說明頁面URL https://github.com/tompierce/lucky-flix/issues
支援的語言 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"
    ]
}