Skribbl RTL

This extension fixes the way skribbl.io displays rtl languages such as hebrew.It works automatically, you only need to install!

Qu'est-ce que Skribbl RTL ?

Skribbl RTL est une extension Chrome développée par Maor Development, et sa fonction principale est "This extension fixes the way skribbl.io displays rtl languages such as hebrew.It works automatically, you only need to install!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Skribbl RTL

Téléchargez les fichiers d'extension Skribbl RTL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        If you ever played skribbl in Hebrew you know that the letters appear in the wrong order. This extension fixes it and does it automatically. Just install and play.
I do not own or am a part of skribbl. I'm just an Hebrew speaking fan of the game.

אם אי פעם שיחקתם סקריבל אתם יודעים שהמילים בעברית מוצגות בסדר הלא נכון. ההרחבה הזאת מסדרת את הסדר שבהם האותיות מופיעות.

כיצד להפעיל:
1. מתקינים
2. זהו. זה אוטומטי                    

Informations de Base sur l'Extension

Nom Skribbl RTL Skribbl RTL
ID ajbkjkndkjnhdobpjnnknfnkihnpkemf
URL Officiel https://chromewebstore.google.com/detail/skribbl-rtl/ajbkjkndkjnhdobpjnnknfnkihnpkemf
Description This extension fixes the way skribbl.io displays rtl languages such as hebrew.It works automatically, you only need to install!
Taille du Fichier 131 KB
Nombre d'Installations 572
Version Actuelle 0.0.2
Dernière Mise à Jour 2020-09-25
Date de Publication 2020-09-24
Développeur Maor Development
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/maormagori/Skribbl-RTL
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/skribbl.io\/",
                "https:\/\/skribbl.io\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}