Long Strip for MangaDex
Add a long strip reading mode to MangaDex
Что такое Long Strip for MangaDex?
Long Strip for MangaDex - это расширение Chrome, разработанное iYung, и его основная функция - "Add a long strip reading mode to MangaDex".
Снимки экрана расширения
Скачать файл CRX расширения Long Strip for MangaDex
Скачайте файлы расширений Long Strip for MangaDex в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Bring long strip reading to MangaDex! Long strip reading can be enabled and disabled through a button to the right of the manga navigation dropdowns. Going from chapter to chapter can be down through buttons on the bottom left or the arrow keys. --Now works on mangadex.org
Основная информация о расширении
Название | |
ID | anjjhaohimjnndenopochpkdchdilccd |
Официальный URL | https://chrome.google.com/webstore/detail/long-strip-for-mangadex/anjjhaohimjnndenopochpkdchdilccd |
Описание | Add a long strip reading mode to MangaDex |
Размер файла | 11.68 KB |
Количество установок | 449 |
Текущая Версия | 0.0.0.8 |
Последнее Обновление | 2018-04-18 |
Дата публикации | 2018-04-18 |
Рейтинг | 4.89/5 Всего 9 оценок |
Разработчик | iYung |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Long Strip for MangaDex", "version": "0.0.0.8", "web_accessible_resources": [ "script.js" ], "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "description": "Add a long strip reading mode to MangaDex", "content_scripts": [ { "matches": [ "https:\/\/mangadex.org\/chapter\/*" ], "js": [ "inject.js" ] } ] } |