Disney Plus Helper
Add spacebar pause and play to Disney Plus
ما هو Disney Plus Helper؟
Disney Plus Helper هو إضافة Chrome تم تطويرها بواسطة disneyhelper، والميزة الرئيسية لها هي "Add spacebar pause and play to Disney Plus".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Disney Plus Helper
قم بتنزيل ملفات الامتداد Disney Plus Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |