Wattpad Read Mode
Declutters Wattpad UI to let you focus on reading
Что такое Wattpad Read Mode?
Wattpad Read Mode - это расширение Chrome, разработанное stylv, и его основная функция - "Declutters Wattpad UI to let you focus on reading".
Снимки экрана расширения
Скачать файл CRX расширения Wattpad Read Mode
Скачайте файлы расширений Wattpad Read Mode в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Adds a button called "Enable Read Mode" when you're in a Wattpad story. Click the button to hide all the clutter so you can focus on reading your story! Основная информация о расширении
| Название | |
| ID | dcccjojljijikdpgfollhdhfnmcedkkg |
| Официальный URL | https://chromewebstore.google.com/detail/wattpad-read-mode/dcccjojljijikdpgfollhdhfnmcedkkg |
| Описание | Declutters Wattpad UI to let you focus on reading |
| Размер файла | 15.83 KB |
| Количество установок | 3,942 |
| Текущая Версия | 1.0.0 |
| Последнее Обновление | 2021-09-05 |
| Дата публикации | 2021-09-05 |
| Рейтинг | 4.92/5 Всего 13 оценок |
| Разработчик | stylv |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Wattpad Read Mode",
"version": "1.0.0",
"description": "Declutters Wattpad UI to let you focus on reading",
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/www.wattpad.com\/*"
]
}
],
"icons": {
"16": "wattpad16.png",
"48": "wattpad48.png",
"128": "wattpad128.png"
}
} | |