Drunk Test

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

What is Drunk Test?

Drunk Test is a Chrome extension developed by Rob, and its main feature is "Preform the 'User is Drunk' test on a given site".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Drunk Test Extension CRX File

Download Drunk Test extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Drunk Test Drunk Test
ID dagffinidcaimphpapaaagmbcahdllpg
Official URL https://chromewebstore.google.com/detail/drunk-test/dagffinidcaimphpapaaagmbcahdllpg
Description Preform the 'User is Drunk' test on a given site
File Size 99.32 KB
Installation Count 77
Current Version 1.2.1
Last Updated 2021-01-20
Publish Date 2014-03-02
Rating 5.00/5 Total 2 Ratings
Developer Rob
Email [email protected]
Payment Type free
Supported Languages 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"
}