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.

Qu'est-ce que Skribbl.io Letter Counter ?

Skribbl.io Letter Counter est une extension Chrome développée par Unknown, et sa fonction principale est "Made by Magaz. This extension shows the number of the letter or letters to guess in the skribbl.io game. Made for lazy people.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Skribbl.io Letter Counter

Téléchargez les fichiers d'extension Skribbl.io Letter Counter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Skribbl.io Letter Counter Skribbl.io Letter Counter
ID bdjejcobeddkhcpcemlbnoncfabmafce
URL Officiel https://chromewebstore.google.com/detail/skribblio-letter-counter/bdjejcobeddkhcpcemlbnoncfabmafce
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.
Taille du Fichier 16.71 KB
Nombre d'Installations 3,401
Version Actuelle 1.1
Dernière Mise à Jour 2020-05-03
Date de Publication 2020-05-03
Évaluation 4.33/5 Total 3 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}