Wattpad Word Count

Add the word count to the story/part page

Wattpad Word Count क्या है?

Wattpad Word Count dantgr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add the word count to the story/part page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Wattpad Word Count एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
            ]
        }
    ]
}