Wattpad Word Count

Add the word count to the story/part page

Apa itu Wattpad Word Count?

Wattpad Word Count adalah ekstensi Chrome yang dikembangkan oleh dantgr, dan fitur utamanya adalah "Add the word count to the story/part page".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Wattpad Word Count

Unduh file ekstensi Wattpad Word Count dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Wattpad Word Count Wattpad Word Count
ID cjbnladjjgobabkiioolngpoihdbncle
URL Resmi https://chromewebstore.google.com/detail/wattpad-word-count/cjbnladjjgobabkiioolngpoihdbncle
Deskripsi Add the word count to the story/part page
Ukuran File 1.04 MB
Jumlah Instalasi 774
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-12-15
Tanggal Publikasi 2022-12-15
Penilaian 2.33/5 Total 3 Penilaian
Pengembang dantgr
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}