AnimeLab AutoSkip
Skips intro and outros automatically for non-stop viewing.
Что такое AnimeLab AutoSkip?
AnimeLab AutoSkip - это расширение Chrome, разработанное Roflmuffin, и его основная функция - "Skips intro and outros automatically for non-stop viewing.".
Снимки экрана расширения
Скачать файл CRX расширения AnimeLab AutoSkip
Скачайте файлы расширений AnimeLab AutoSkip в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Automatically skips intro and outros on AnimeLab for non-stop viewing.
Основная информация о расширении
Название | |
ID | fkbegceenaneemgjgeekenjiajaafkja |
Официальный URL | https://chrome.google.com/webstore/detail/animelab-autoskip/fkbegceenaneemgjgeekenjiajaafkja |
Описание | Skips intro and outros automatically for non-stop viewing. |
Размер файла | 34.62 KB |
Количество установок | 156 |
Текущая Версия | 1.0 |
Последнее Обновление | 2021-01-10 |
Дата публикации | 2021-01-10 |
Рейтинг | 3.50/5 Всего 4 оценок |
Разработчик | Roflmuffin |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AnimeLab AutoSkip", "version": "1.0", "description": "Skips intro and outros automatically for non-stop viewing.", "permissions": [ "storage", "declarativeContent", "*:\/\/*.animelab.com\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.animelab.com\/player*" ], "js": [ "watch.js" ] } ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/AnimeLabAutoSkip_16.png", "32": "images\/AnimeLabAutoSkip_32.png", "48": "images\/AnimeLabAutoSkip_48.png", "128": "images\/AnimeLabAutoSkip_128.png" } }, "icons": { "16": "images\/AnimeLabAutoSkip_16.png", "32": "images\/AnimeLabAutoSkip_32.png", "48": "images\/AnimeLabAutoSkip_48.png", "128": "images\/AnimeLabAutoSkip_128.png" }, "manifest_version": 2 } |