SkribbliOhMy

Enhancements for skribbl.io

What is SkribbliOhMy?

SkribbliOhMy is a Chrome extension developed by Unknown, and its main feature is "Enhancements for skribbl.io".

Extension Screenshots

screenshot

Download SkribbliOhMy Extension CRX File

Download SkribbliOhMy 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 is a little utility for skribbl.io. at the moment it merely adds character counts to the word that is being guessed.                    

Extension Basic Information

Name SkribbliOhMy SkribbliOhMy
ID cjajdaphojhelpieeijajoafdadlnoad
Official URL https://chromewebstore.google.com/detail/skribbliohmy/cjajdaphojhelpieeijajoafdadlnoad
Description Enhancements for skribbl.io
File Size 3.45 KB
Installation Count 182
Current Version 1.0
Last Updated 2020-03-24
Publish Date 2020-03-23
Rating 3.25/5 Total 4 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SkribbliOhMy",
    "version": "1.0",
    "description": "Enhancements for skribbl.io",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/skribbl.io\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content.js"
            ]
        }
    ]
}