Crunchyroll: continue watching bar
Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…
Что такое Crunchyroll: continue watching bar?
Crunchyroll: continue watching bar - это расширение Chrome, разработанное Unknown, и его основная функция - "Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…".
Снимки экрана расширения
Скачать файл CRX расширения Crunchyroll: continue watching bar
Скачайте файлы расширений Crunchyroll: continue watching bar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new un-watched items from your queue. Основная информация о расширении
| Название | |
| ID | igdnfbkbeonbbolijhhgaipgaeankjka |
| Официальный URL | https://chromewebstore.google.com/detail/crunchyroll-continue-watc/igdnfbkbeonbbolijhhgaipgaeankjka |
| Описание | Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new… |
| Размер файла | 36.71 KB |
| Количество установок | 229 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2019-07-02 |
| Дата публикации | 2019-07-02 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | Unknown |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Crunchyroll: continue watching bar",
"version": "1.0",
"browser_action": {
"default_icon": {
"16": "ico\/16.png",
"32": "ico\/32.png"
}
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/www.crunchyroll.com\/*"
],
"js": [
"jquery.js",
"content.js"
],
"css": [
"style.css"
]
}
]
} | |