Disney plus intro skipper
skips intro Disney plus intro if does not work sorry for that but i wont fix it :)
Что такое Disney plus intro skipper?
Disney plus intro skipper - это расширение Chrome, разработанное lork6, и его основная функция - "skips intro Disney plus intro if does not work sorry for that but i wont fix it :)".
Снимки экрана расширения
Скачать файл CRX расширения Disney plus intro skipper
Скачайте файлы расширений Disney plus intro skipper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Skips intro in Disney plus by clicking the skip intro button. The extension works in the background so you dont have to do anything. The extension works only on disney plus.
Основная информация о расширении
Название | Disney plus intro skipper |
ID | eagfmcaogjlblkinepdnkipedhbladjj |
Официальный URL | https://chromewebstore.google.com/detail/disney-plus-intro-skipper/eagfmcaogjlblkinepdnkipedhbladjj |
Описание | skips intro Disney plus intro if does not work sorry for that but i wont fix it :) |
Размер файла | 3.21 KB |
Количество установок | 40 |
Текущая Версия | 1.3 |
Последнее Обновление | 2022-06-22 |
Дата публикации | 2022-06-21 |
Разработчик | lork6 |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disney plus intro skipper", "description": "skips intro Disney plus intro if does not work sorry for that but i wont fix it :)", "version": "1.3", "manifest_version": 3, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.disneyplus.com\/*\/video\/*", "https:\/\/www.disneyplus.com\/video\/*" ], "js": [ "disney.js" ] } ] } |