Disney Plus Helper

Add spacebar pause and play to Disney Plus

Disney Plus Helperとは何ですか?

Disney Plus Helperはdisneyhelperによって開発されたChromeの拡張機能で、その主な機能は「Add spacebar pause and play to Disney Plus」です。

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

screenshot

Disney Plus Helper拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Add spacebar pause and play to Disney Plus.

Disney is a small company with limited resources to do complex procedures such as a spacebar listener, so thought I'd help them out.

Literally all it does is detects a spacebar event on your browser when you're on disneyplus,com and plays / pauses. No tracking, no other listening or cookies or whatever.                    

拡張機能の基本情報

名前 Disney Plus Helper Disney Plus Helper
ID kajgdbpkkikejkaefnmnihalgngmlpkk
公式URL https://chromewebstore.google.com/detail/disney-plus-helper/kajgdbpkkikejkaefnmnihalgngmlpkk
説明 Add spacebar pause and play to Disney Plus
ファイルサイズ 19.13 KB
インストール数 661
現在のバージョン 1.2
最終更新日 2020-09-22
公開日 2020-09-01
評価 3.89/5 合計 9 レビュー
開発者 disneyhelper
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disney Plus Helper",
    "version": "1.2",
    "description": "Add spacebar pause and play to Disney Plus",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.disneyplus.com\/*"
            ],
            "css": [
                "myStyles.css"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/disney-helper-16.png",
        "32": "images\/disney-helper-32.png",
        "48": "images\/disney-helper-48.png",
        "128": "images\/disney-helper-128.png"
    },
    "manifest_version": 2
}