AllDayNetflix

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

什麼是AllDayNetflix?

AllDayNetflix是由Matthew開發的Chrome擴展程式,該擴展的主要功能是“This extension removes popup dialog on netflix asking to continue watching.”。

擴展截圖

screenshot

下載AllDayNetflix擴展crx文件

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

擴展使用說明

                        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!                    

擴展基本資訊

名稱 AllDayNetflix AllDayNetflix
ID hlbbnidhchhkemeieppchepgbnelggdk
官方網址 https://chromewebstore.google.com/detail/alldaynetflix/hlbbnidhchhkemeieppchepgbnelggdk
簡介 This extension removes popup dialog on netflix asking to continue watching.
檔案大小 49.2 KB
安裝次數 305
目前版本 1.0
更新時間 2015-11-10
上架時間 2015-11-10
評分 4.00/5 共 4 次評分
開發者 Matthew
付費類型 free
擴展官網 http://www.matthewlewis.ca
支援的語言 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"
}