Skribbl No Hint

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

Apa itu Skribbl No Hint?

Skribbl No Hint adalah ekstensi Chrome yang dikembangkan oleh VerB, dan fitur utamanya adalah "Add an option to hide the blank spaces when playing, for a challenge.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Skribbl No Hint

Unduh file ekstensi Skribbl No Hint dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Skribbl No Hint Skribbl No Hint
ID nflhmeckdadnjglknlkpibhimbcghcfc
URL Resmi https://chrome.google.com/webstore/detail/skribbl-no-hint/nflhmeckdadnjglknlkpibhimbcghcfc
Deskripsi Add an option to hide the blank spaces when playing, for a challenge.
Ukuran File 94.37 KB
Jumlah Instalasi 397
Versi Saat Ini 0.1
Terakhir Diperbarui 2020-11-04
Tanggal Publikasi 2020-11-04
Penilaian 2.00/5 Total 1 Penilaian
Pengembang VerB
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}