Wattpad Word Count
Add the word count to the story/part page
Vad är Wattpad Word Count?
Wattpad Word Count är en Chrome-tillägg utvecklad av dantgr, och dess huvudfunktion är "Add the word count to the story/part page".
Tilläggsskärmbilder
Ladda ner Wattpad Word Count-förlängningens CRX-fil
Ladda ner Wattpad Word Count-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | cjbnladjjgobabkiioolngpoihdbncle |
| Officiell webbadress | https://chromewebstore.google.com/detail/wattpad-word-count/cjbnladjjgobabkiioolngpoihdbncle |
| Beskrivning | Add the word count to the story/part page |
| Filstorlek | 1.04 MB |
| Antal Installationer | 774 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2022-12-15 |
| Publiceringsdatum | 2022-12-15 |
| Betyg | 2.33/5 Totalt 3 Betyg |
| Utvecklare | dantgr |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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\/*"
]
}
]
} | |