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