Wattpad Word Count
Add the word count to the story/part page
Qu'est-ce que Wattpad Word Count ?
Wattpad Word Count est une extension Chrome développée par dantgr, et sa fonction principale est "Add the word count to the story/part page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wattpad Word Count
Téléchargez les fichiers d'extension Wattpad Word Count au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Wattpad Word Count |
ID | cjbnladjjgobabkiioolngpoihdbncle |
URL Officiel | https://chromewebstore.google.com/detail/wattpad-word-count/cjbnladjjgobabkiioolngpoihdbncle |
Description | Add the word count to the story/part page |
Taille du Fichier | 1.04 MB |
Nombre d'Installations | 774 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-12-15 |
Date de Publication | 2022-12-15 |
Évaluation | 2.33/5 Total 3 Évaluations |
Développeur | dantgr |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |