Netflix Auto Skip

Ever been so lazy that you can't even be troubled to hit the "Skip Intro" button while watching Netflix? Have you been sitting on…

什麼是Netflix Auto Skip?

Netflix Auto Skip是由Short Tail開發的Chrome擴展程式,該擴展的主要功能是“Ever been so lazy that you can't even be troubled to hit the "Skip Intro" button while watching Netflix? Have you been sitting on…”。

擴展截圖

screenshot
screenshot

下載Netflix Auto Skip擴展crx文件

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

擴展使用說明

                        Ever been so lazy that you can't even be troubled to hit the "Skip Intro" button while watching Netflix? Have you been sitting on your couch wishing for that "Next Episode" countdown to just hit 0? Well me too, and here's the solution! This simple extension automatically skips intros and outros. No more waiting for those pesky 15 second countdowns to be over. This extension will help you truly reach the pinnacle of laziness.                    

擴展基本資訊

名稱 Netflix Auto Skip Netflix Auto Skip
ID hmhgfkoeogiaopknabgfochofnnijnnn
官方網址 https://chromewebstore.google.com/detail/netflix-auto-skip/hmhgfkoeogiaopknabgfochofnnijnnn
簡介 Ever been so lazy that you can't even be troubled to hit the "Skip Intro" button while watching Netflix? Have you been sitting on…
檔案大小 5.81 KB
安裝次數 1,239
目前版本 1.0.2
更新時間 2018-09-03
上架時間 2018-09-03
評分 2.50/5 共 10 次評分
開發者 Short Tail
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Auto Skip",
    "short_name": "Auto Skip",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Netflix",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "background.js"
            ],
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}