Wattpad Word Count

Add the word count to the story/part page

Wattpad Word Countคืออะไร?

Wattpad Word Count เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dantgr และคุณลักษณะหลักของมันคือ "Add the word count to the story/part page"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wattpad Word Count

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wattpad Word Count Wattpad Word Count
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\/*"
            ]
        }
    ]
}