Wattpad Word Count
Add the word count to the story/part page
什么是Wattpad Word Count?
Wattpad Word Count是由dantgr开发的Chrome扩展程序,该扩展的主要功能是“Add the word count to the story/part page”。
扩展截图
下载Wattpad Word Count扩展crx文件
下载Wattpad Word Count扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | cjbnladjjgobabkiioolngpoihdbncle |
| 官方URL | https://chromewebstore.google.com/detail/wattpad-word-count/cjbnladjjgobabkiioolngpoihdbncle |
| 简介 | Add the word count to the story/part page |
| 文件大小 | 1.04 MB |
| 安装次数 | 774 |
| 当前版本 | 1.0 |
| 更新时间 | 2022-12-15 |
| 上架时间 | 2022-12-15 |
| 评分 | 2.33/5 共3次评分 |
| 开发者 | dantgr |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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\/*"
]
}
]
} | |