VRV Next Button

Adds a next button to vrv so you can skip episodes.

VRV Next Buttonとは何ですか?

VRV Next Buttonはsepehr411によって開発されたChromeの拡張機能で、その主な機能は「Adds a next button to vrv so you can skip episodes.」です。

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

screenshot

VRV Next Button拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Adds a next button to vrv so you can skip episodes.                    

拡張機能の基本情報

名前 VRV Next Button VRV Next Button
ID bogncfgdkcjpdnaemoapihoigbhblnla
公式URL https://chrome.google.com/webstore/detail/vrv-next-button/bogncfgdkcjpdnaemoapihoigbhblnla
説明 Adds a next button to vrv so you can skip episodes.
ファイルサイズ 40.02 KB
インストール数 255
現在のバージョン 1.0.2
最終更新日 2020-01-04
公開日 2020-01-04
評価 3.86/5 合計 7 レビュー
開発者 sepehr411
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VRV Next Button",
    "short_name": "VrvNextButton",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/static.vrv.co\/*"
            ],
            "js": [
                "index.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}