YOLO

This extension turns Submit buttons into YOLO buttons.

What is YOLO?

YOLO is a Chrome extension developed by Unknown, and its main feature is "This extension turns Submit buttons into YOLO buttons.".

Extension Screenshots

screenshot

Download YOLO Extension CRX File

Download YOLO 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

                        Feel free to fork or send a pull request at https://github.com/dmoreh/yolo                    

Extension Basic Information

Name YOLO YOLO
ID anjhjamgafnejbnbehclganpleacccfo
Official URL https://chromewebstore.google.com/detail/yolo/anjhjamgafnejbnbehclganpleacccfo
Description This extension turns Submit buttons into YOLO buttons.
File Size 4.23 KB
Installation Count 23
Current Version 1.0
Last Updated 2014-08-02
Publish Date 2014-08-02
Rating 4.60/5 Total 5 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YOLO",
    "description": "This extension turns Submit buttons into YOLO buttons.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "yolo.js"
            ]
        }
    ],
    "permissions": [
        ""
    ]
}