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”。
扩展截图
下载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 |
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 |
电子邮箱 | [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 } |