Skribbl RTL

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

Skribbl RTL क्या है?

Skribbl RTL Maor Development द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension fixes the way skribbl.io displays rtl languages such as hebrew.It works automatically, you only need to install!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Skribbl RTL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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. זהו. זה אוטומטי                    

एक्सटेंशन की मूल जानकारी

नाम Skribbl RTL Skribbl RTL
ID ajbkjkndkjnhdobpjnnknfnkihnpkemf
आधिकारिक URL https://chromewebstore.google.com/detail/skribbl-rtl/ajbkjkndkjnhdobpjnnknfnkihnpkemf
विवरण This extension fixes the way skribbl.io displays rtl languages such as hebrew.It works automatically, you only need to install!
फ़ाइल का आकार 131 KB
स्थापना संख्या 572
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2020-09-25
प्रकाशन तिथि 2020-09-24
डेवलपर Maor Development
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/maormagori/Skribbl-RTL
समर्थित भाषाएँ 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
        }
    ]
}