Lucky Flix

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

Lucky Flix là gì?

Lucky Flix là một tiện ích mở rộng Chrome được phát triển bởi Tom Pierce, và tính năng chính của nó là "Adds a Get Lucky button to Netflix.com, which plays a random film".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lucky Flix

Tải xuống các tệp mở rộng Lucky Flix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lucky Flix Lucky Flix
ID ohkaikelnphbioolgljkkeikpdhhijga
URL Chính Thức https://chromewebstore.google.com/detail/lucky-flix/ohkaikelnphbioolgljkkeikpdhhijga
Mô tả Adds a Get Lucky button to Netflix.com, which plays a random film
Kích Thước Tệp 56.16 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2015-01-27
Ngày Phát Hành 2015-01-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Tom Pierce
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tompierce/lucky-flix
URL Trang Trợ Giúp https://github.com/tompierce/lucky-flix/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}