Skribbl No Hint

Add an option to hide the blank spaces when playing, for a challenge.

ما هو Skribbl No Hint؟

Skribbl No Hint هو إضافة Chrome تم تطويرها بواسطة VerB، والميزة الرئيسية لها هي "Add an option to hide the blank spaces when playing, for a challenge.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Skribbl No Hint

قم بتنزيل ملفات الامتداد Skribbl No Hint بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        skribbl.io normally displays a hint at the top of the page, in the form of blank spaces.

This extension enables you to hide this hint.
A toggle (on by default) will appear next to the round counter in the top left.
When active, no letters or blank spaces will display in the hint area.                    

معلومات أساسية عن التمديد

الاسم Skribbl No Hint Skribbl No Hint
ID nflhmeckdadnjglknlkpibhimbcghcfc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/skribbl-no-hint/nflhmeckdadnjglknlkpibhimbcghcfc
الوصف Add an option to hide the blank spaces when playing, for a challenge.
حجم الملف 94.37 KB
عدد التثبيتات 397
النسخة الحالية 0.1
آخر تحديث 2020-11-04
تاريخ النشر 2020-11-04
تقييم 2.00/5 مجموع تقييمات 1
المطور VerB
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Skribbl No Hint",
    "version": "0.1",
    "description": "Add an option to hide the blank spaces when playing, for a challenge.",
    "icons": {
        "42": "icon42.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/skribbl.io\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}