Skribbl No Hint

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

Vad är Skribbl No Hint?

Skribbl No Hint är en Chrome-tillägg utvecklad av VerB, och dess huvudfunktion är "Add an option to hide the blank spaces when playing, for a challenge.".

Tilläggsskärmbilder

screenshot

Ladda ner Skribbl No Hint-förlängningens CRX-fil

Ladda ner Skribbl No Hint-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Skribbl No Hint Skribbl No Hint
ID nflhmeckdadnjglknlkpibhimbcghcfc
Officiell webbadress https://chrome.google.com/webstore/detail/skribbl-no-hint/nflhmeckdadnjglknlkpibhimbcghcfc
Beskrivning Add an option to hide the blank spaces when playing, for a challenge.
Filstorlek 94.37 KB
Antal Installationer 397
Aktuell Version 0.1
Senast Uppdaterad 2020-11-04
Publiceringsdatum 2020-11-04
Betyg 2.00/5 Totalt 1 Betyg
Utvecklare VerB
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}