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
公式URL 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"
        }
    ]
}