Disney Plus Helper
Add spacebar pause and play to Disney Plus
Disney Plus Helper là gì?
Disney Plus Helper là một tiện ích mở rộng Chrome được phát triển bởi disneyhelper, và tính năng chính của nó là "Add spacebar pause and play to Disney Plus".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Disney Plus Helper
Tải xuống các tệp mở rộng Disney Plus Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Disney Plus Helper |
ID | kajgdbpkkikejkaefnmnihalgngmlpkk |
URL Chính Thức | https://chromewebstore.google.com/detail/disney-plus-helper/kajgdbpkkikejkaefnmnihalgngmlpkk |
Mô tả | Add spacebar pause and play to Disney Plus |
Kích Thước Tệp | 19.13 KB |
Số Lần Cài Đặt | 661 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2020-09-22 |
Ngày Phát Hành | 2020-09-01 |
Đánh Giá | 3.89/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | disneyhelper |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |