Wattpad Word Count
Add the word count to the story/part page
Что такое Wattpad Word Count?
Wattpad Word Count - это расширение Chrome, разработанное dantgr, и его основная функция - "Add the word count to the story/part page".
Снимки экрана расширения
Скачать файл CRX расширения Wattpad Word Count
Скачайте файлы расширений Wattpad Word Count в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
With this extension, you can view the word count of any story and each of its parts.
⚠️ If the word count is not displayed after a few seconds, simply refresh the page. Основная информация о расширении
| Название | |
| ID | cjbnladjjgobabkiioolngpoihdbncle |
| Официальный URL | https://chromewebstore.google.com/detail/wattpad-word-count/cjbnladjjgobabkiioolngpoihdbncle |
| Описание | Add the word count to the story/part page |
| Размер файла | 1.04 MB |
| Количество установок | 774 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2022-12-15 |
| Дата публикации | 2022-12-15 |
| Рейтинг | 2.33/5 Всего 3 оценок |
| Разработчик | dantgr |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Wattpad Word Count",
"version": "1.0",
"description": "Add the word count to the story\/part page",
"permissions": [
"webNavigation",
"tabs"
],
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"background": {
"service_worker": "scripts\/background.js"
},
"content_scripts": [
{
"js": [
"scripts\/content.js"
],
"matches": [
"https:\/\/www.wattpad.com\/story\/*",
"https:\/\/www.wattpad.com\/*"
]
}
]
} | |