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
官方網址 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
電子郵箱 [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
}