Drunk Test

Preform the 'User is Drunk' test on a given site

Cos'è Drunk Test?

Drunk Test è un'estensione di Chrome sviluppata da Rob, e la sua funzione principale è "Preform the 'User is Drunk' test on a given site".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Drunk Test

Scarica i file di estensione Drunk Test in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Drunks have blurry vision. Give users one important thing to concentrate on, whether it’s signing up for your service or buying a kebab. You should still be able to understand the main actions and areas.                    

Informazioni di Base sull'Estensione

Nome Drunk Test Drunk Test
ID dagffinidcaimphpapaaagmbcahdllpg
URL Ufficiale https://chromewebstore.google.com/detail/drunk-test/dagffinidcaimphpapaaagmbcahdllpg
Descrizione Preform the 'User is Drunk' test on a given site
Dimensione del File 99.32 KB
Conteggio Installazioni 77
Versione Corrente 1.2.1
Ultimo Aggiornamento 2021-01-20
Data di Pubblicazione 2014-03-02
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Rob
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drunk Test",
    "description": "Preform the 'User is Drunk' test on a given site",
    "version": "1.2.1",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "Robert Nunez"
}