Wattpad Word Count
Add the word count to the story/part page
Wat is Wattpad Word Count?
Wattpad Word Count is een Chrome-extensie ontwikkeld door dantgr, en de belangrijkste functie is "Add the word count to the story/part page".
Extensie Screenshots
Download het CRX-bestand van de extensie Wattpad Word Count
Download Wattpad Word Count-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Wattpad Word Count |
ID | cjbnladjjgobabkiioolngpoihdbncle |
Officiële URL | https://chromewebstore.google.com/detail/wattpad-word-count/cjbnladjjgobabkiioolngpoihdbncle |
Beschrijving | Add the word count to the story/part page |
Bestandsgrootte | 1.04 MB |
Aantal Installaties | 774 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-12-15 |
Publicatiedatum | 2022-12-15 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | dantgr |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |