Netflix Auto Skip Intro

Automatically skip Netflix intros.

Netflix Auto Skip Introとは何ですか?

Netflix Auto Skip Introはljknightによって開発されたChromeの拡張機能で、その主な機能は「Automatically skip Netflix intros.」です。

拡張機能のスクリーンショット

screenshot

Netflix Auto Skip Intro拡張機能のCRXファイルをダウンロード

Netflix Auto Skip Intro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Do you think you'll go crazy if you hear the Orange is the New Black intro song another time? Me too. Use this plugin to automatically skip Netflix intros so you don't have to lift a finger during your next binge sesh.
New feature: automatically goes to next episode during credits countdown.                    

拡張機能の基本情報

名前 Netflix Auto Skip Intro Netflix Auto Skip Intro
ID nnpjokeejpliankbgnjbjlkaloppehoi
公式URL https://chromewebstore.google.com/detail/netflix-auto-skip-intro/nnpjokeejpliankbgnjbjlkaloppehoi
説明 Automatically skip Netflix intros.
ファイルサイズ 20.15 KB
インストール数 584
現在のバージョン 1.4
最終更新日 2019-08-19
公開日 2019-08-18
評価 2.29/5 合計 7 レビュー
開発者 ljknight
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Auto Skip Intro",
    "author": "Laura Knight",
    "version": "1.4",
    "description": "Automatically skip Netflix intros.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}