Wattpad Word Count
Add the word count to the story/part page
Co to jest Wattpad Word Count?
Wattpad Word Count to rozszerzenie Chrome opracowane przez dantgr, a jego główną funkcją jest „Add the word count to the story/part page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Wattpad Word Count
Pobierz pliki rozszerzeń Wattpad Word Count w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Wattpad Word Count |
ID | cjbnladjjgobabkiioolngpoihdbncle |
Oficjalny URL | https://chromewebstore.google.com/detail/wattpad-word-count/cjbnladjjgobabkiioolngpoihdbncle |
Opis | Add the word count to the story/part page |
Rozmiar pliku | 1.04 MB |
Liczba instalacji | 774 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2022-12-15 |
Data Publikacji | 2022-12-15 |
Ocena | 2.33/5 Łącznie 3 Oceny |
Deweloper | dantgr |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } ] } |