Wattpad Word Count
Add the word count to the story/part page
Hvad er Wattpad Word Count?
Wattpad Word Count er en Chrome-udvidelse udviklet af dantgr, og dens hovedfunktion er "Add the word count to the story/part page".
Udvidelsesskærmbilleder
Download Wattpad Word Count-udvidelses-CRX-fil
Download Wattpad Word Count-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Wattpad Word Count |
ID | cjbnladjjgobabkiioolngpoihdbncle |
Officiel URL | https://chromewebstore.google.com/detail/wattpad-word-count/cjbnladjjgobabkiioolngpoihdbncle |
Beskrivelse | Add the word count to the story/part page |
Filstørrelse | 1.04 MB |
Antal Installationer | 774 |
Nuværende Version | 1.0 |
Senest Opdateret | 2022-12-15 |
Udgivelsesdato | 2022-12-15 |
Bedømmelse | 2.33/5 Samlet 3 Bedømmelser |
Udvikler | dantgr |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } ] } |