Wattpad Word Count
Add the word count to the story/part page
What is Wattpad Word Count?
Wattpad Word Count is a Chrome extension developed by dantgr, and its main feature is "Add the word count to the story/part page".
Extension Screenshots
Download Wattpad Word Count Extension CRX File
Download Wattpad Word Count extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Wattpad Word Count |
ID | cjbnladjjgobabkiioolngpoihdbncle |
Official URL | https://chromewebstore.google.com/detail/wattpad-word-count/cjbnladjjgobabkiioolngpoihdbncle |
Description | Add the word count to the story/part page |
File Size | 1.04 MB |
Installation Count | 774 |
Current Version | 1.0 |
Last Updated | 2022-12-15 |
Publish Date | 2022-12-15 |
Rating | 2.33/5 Total 3 Ratings |
Developer | dantgr |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |