Skribbl.io Hebrew Fix

Fixes the order of the hint's letters on Skribbl.io | Made by Flafy

Cos'è Skribbl.io Hebrew Fix?

Skribbl.io Hebrew Fix è un'estensione di Chrome sviluppata da Flafy, e la sua funzione principale è "Fixes the order of the hint's letters on Skribbl.io | Made by Flafy".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Skribbl.io Hebrew Fix

Scarica i file di estensione Skribbl.io Hebrew Fix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        האם אי פעם כששיחקתם בSkribbl.io (סקריבל) לא הבנתם את המילה שצוירה רק מפני שהאותיות בחלק העליון של הדף הטעו אתכם?
בעזרת התוסף הזה האותיות יהיו בסדר הנכון ולא יטעו אותם יותר!                    

Informazioni di Base sull'Estensione

Nome Skribbl.io Hebrew Fix Skribbl.io Hebrew Fix
ID nijiemanodbknbbpngohcdhbadmnhcde
URL Ufficiale https://chromewebstore.google.com/detail/skribblio-hebrew-fix/nijiemanodbknbbpngohcdhbadmnhcde
Descrizione Fixes the order of the hint's letters on Skribbl.io | Made by Flafy
Dimensione del File 25.02 KB
Conteggio Installazioni 1,160
Versione Corrente 1.1
Ultimo Aggiornamento 2020-04-22
Data di Pubblicazione 2020-04-22
Valutazione 4.88/5 Totale 8 Valutazioni
Sviluppatore Flafy
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}