Wattpad Word Count

Add the word count to the story/part page

O que é Wattpad Word Count?

Wattpad Word Count é uma extensão do Chrome desenvolvida por dantgr, e sua principal característica é "Add the word count to the story/part page".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Wattpad Word Count

Baixe arquivos de extensão Wattpad Word Count no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Wattpad Word Count Wattpad Word Count
ID cjbnladjjgobabkiioolngpoihdbncle
URL Oficial https://chromewebstore.google.com/detail/wattpad-word-count/cjbnladjjgobabkiioolngpoihdbncle
Descrição Add the word count to the story/part page
Tamanho do Arquivo 1.04 MB
Contagem de Instalações 774
Versão Atual 1.0
Última Atualização 2022-12-15
Data de Publicação 2022-12-15
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor dantgr
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
            ]
        }
    ]
}