BetterCrunchyroll
Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button
Что такое BetterCrunchyroll?
BetterCrunchyroll - это расширение Chrome, разработанное Tmarkn, и его основная функция - "Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button".
Снимки экрана расширения
Скачать файл CRX расширения BetterCrunchyroll
Скачайте файлы расширений BetterCrunchyroll в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Makes Crunchyroll better. • larger video player • automatic scrolling to video • scroll to video button Does not access any of your data.
Основная информация о расширении
Название | BetterCrunchyroll |
ID | cldnbplkggalmoinfcocckdahbnhjded |
Официальный URL | https://chromewebstore.google.com/detail/bettercrunchyroll/cldnbplkggalmoinfcocckdahbnhjded |
Описание | Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button |
Размер файла | 23.2 KB |
Количество установок | 287 |
Текущая Версия | 1.1.0 |
Последнее Обновление | 2020-09-23 |
Дата публикации | 2020-09-21 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | Tmarkn |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BetterCrunchyroll", "version": "1.1.0", "description": "Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button", "icons": { "16": "\/images\/bcr-logo16.png", "48": "\/images\/bcr-logo48.png", "128": "\/images\/bcr-logo128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.crunchyroll.com\/*" ] } ], "web_accessible_resources": [ "\/images\/upbutton.png", "styles.css" ] } |