Drunk Test

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

Co to jest Drunk Test?

Drunk Test to rozszerzenie Chrome opracowane przez Rob, a jego główną funkcją jest „Preform the 'User is Drunk' test on a given site”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Drunk Test

Pobierz pliki rozszerzeń Drunk Test w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Drunk Test Drunk Test
ID dagffinidcaimphpapaaagmbcahdllpg
Oficjalny URL https://chromewebstore.google.com/detail/drunk-test/dagffinidcaimphpapaaagmbcahdllpg
Opis Preform the 'User is Drunk' test on a given site
Rozmiar pliku 99.32 KB
Liczba instalacji 77
Aktualna Wersja 1.2.1
Ostatnia Aktualizacja 2021-01-20
Data Publikacji 2014-03-02
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Rob
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}