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 с друзьями, чтобы легко установить расширения 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. Основная информация о расширении
| Название | |
| 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
} | |