Skribbl.io Letter Counter

Made by Magaz. This extension shows the number of the letter or letters to guess in the skribbl.io game. Made for lazy people.

O que é Skribbl.io Letter Counter?

Skribbl.io Letter Counter é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Made by Magaz. This extension shows the number of the letter or letters to guess in the skribbl.io game. Made for lazy people.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Skribbl.io Letter Counter

Baixe arquivos de extensão Skribbl.io Letter Counter 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

                        This extension allows users to see the number of letters in a game of skribbl.io so that they can make more accurate guesses faster. For people that are lazy to count them themselves.                    

Informações Básicas da Extensão

Nome Skribbl.io Letter Counter Skribbl.io Letter Counter
ID bdjejcobeddkhcpcemlbnoncfabmafce
URL Oficial https://chromewebstore.google.com/detail/skribblio-letter-counter/bdjejcobeddkhcpcemlbnoncfabmafce
Descrição Made by Magaz. This extension shows the number of the letter or letters to guess in the skribbl.io game. Made for lazy people.
Tamanho do Arquivo 16.71 KB
Contagem de Instalações 3,401
Versão Atual 1.1
Última Atualização 2020-05-03
Data de Publicação 2020-05-03
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skribbl.io Letter Counter",
    "description": "Made by Magaz. This extension shows the number of the letter or letters to guess in the skribbl.io game. Made for lazy people. ",
    "version": "1.1",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/skribbl.io\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}