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.

What is Skribbl.io Letter Counter?

Skribbl.io Letter Counter is a Chrome extension developed by Unknown, and its main feature is "Made by Magaz. This extension shows the number of the letter or letters to guess in the skribbl.io game. Made for lazy people.".

Extension Screenshots

screenshot
screenshot

Download Skribbl.io Letter Counter Extension CRX File

Download Skribbl.io Letter Counter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Skribbl.io Letter Counter Skribbl.io Letter Counter
ID bdjejcobeddkhcpcemlbnoncfabmafce
Official URL 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.
File Size 16.71 KB
Installation Count 3,401
Current Version 1.1
Last Updated 2020-05-03
Publish Date 2020-05-03
Rating 4.33/5 Total 3 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}