AllDayNetflix

This extension removes popup dialog on netflix asking to continue watching.

AllDayNetflix là gì?

AllDayNetflix là một tiện ích mở rộng Chrome được phát triển bởi Matthew, và tính năng chính của nó là "This extension removes popup dialog on netflix asking to continue watching.".

Ả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 AllDayNetflix

Tải xuống các tệp mở rộng AllDayNetflix 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

                        Simple extension to automatically click "Continue Watching" when the dialog appears while watching netflix in your browser. Lets you binge-watch TV episodes without interruption.

Instructions:
1) Add extension to Chrome via "Chrome Web Store"
2) Restart the browser (close all windows and tabs)
3) Watch netflix and enjoy!                    

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

Tên AllDayNetflix AllDayNetflix
ID hlbbnidhchhkemeieppchepgbnelggdk
URL Chính Thức https://chromewebstore.google.com/detail/alldaynetflix/hlbbnidhchhkemeieppchepgbnelggdk
Mô tả This extension removes popup dialog on netflix asking to continue watching.
Kích Thước Tệp 49.2 KB
Số Lần Cài Đặt 305
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-11-10
Ngày Phát Hành 2015-11-10
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Matthew
Loại Thanh Toán free
Trang Web Mở Rộng http://www.matthewlewis.ca
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "netflix.js"
            ],
            "matches": [
                "http:\/\/*.netflix.com\/*",
                "https:\/\/*.netflix.com\/*",
                "http:\/\/*.netflix.ca\/*",
                "https:\/\/*.netflix.ca\/*"
            ]
        }
    ],
    "author": "Matthew Lewis",
    "description": "This extension removes popup dialog on netflix asking to continue watching.",
    "manifest_version": 2,
    "name": "AllDayNetflix",
    "version": "1.0"
}