Skribbl.io Hebrew Fix
Fixes the order of the hint's letters on Skribbl.io | Made by Flafy
Wat is Skribbl.io Hebrew Fix?
Skribbl.io Hebrew Fix is een Chrome-extensie ontwikkeld door Flafy, en de belangrijkste functie is "Fixes the order of the hint's letters on Skribbl.io | Made by Flafy".
Extensie Screenshots
Download het CRX-bestand van de extensie Skribbl.io Hebrew Fix
Download Skribbl.io Hebrew Fix-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
האם אי פעם כששיחקתם בSkribbl.io (סקריבל) לא הבנתם את המילה שצוירה רק מפני שהאותיות בחלק העליון של הדף הטעו אתכם? בעזרת התוסף הזה האותיות יהיו בסדר הנכון ולא יטעו אותם יותר!
Basisinformatie over de Extensie
Naam | Skribbl.io Hebrew Fix |
ID | nijiemanodbknbbpngohcdhbadmnhcde |
Officiële URL | https://chromewebstore.google.com/detail/skribblio-hebrew-fix/nijiemanodbknbbpngohcdhbadmnhcde |
Beschrijving | Fixes the order of the hint's letters on Skribbl.io | Made by Flafy |
Bestandsgrootte | 25.02 KB |
Aantal Installaties | 1,160 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2020-04-22 |
Publicatiedatum | 2020-04-22 |
Beoordeling | 4.88/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Flafy |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Skribbl.io Hebrew Fix", "description": "Fixes the order of the hint's letters on Skribbl.io | Made by Flafy", "version": "1.1", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "content_scripts": [ { "js": [ "contentScript.js" ], "run_at": "document_idle", "matches": [ "*:\/\/*.skribbl.io\/*" ] } ], "options_page": "about.html" } |