SkribbliOhMy
Enhancements for skribbl.io
Wat is SkribbliOhMy?
SkribbliOhMy is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Enhancements for skribbl.io".
Extensie Screenshots
Download het CRX-bestand van de extensie SkribbliOhMy
Download SkribbliOhMy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This is a little utility for skribbl.io. at the moment it merely adds character counts to the word that is being guessed.
Basisinformatie over de Extensie
Naam | SkribbliOhMy |
ID | cjajdaphojhelpieeijajoafdadlnoad |
Officiële URL | https://chromewebstore.google.com/detail/skribbliohmy/cjajdaphojhelpieeijajoafdadlnoad |
Beschrijving | Enhancements for skribbl.io |
Bestandsgrootte | 3.45 KB |
Aantal Installaties | 182 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-03-24 |
Publicatiedatum | 2020-03-23 |
Beoordeling | 3.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |