Useless Button

An absolutely useless button

What is Useless Button?

Useless Button is a Chrome extension developed by willemvanv05, and its main feature is "An absolutely useless button".

Extension Screenshots

screenshot

Download Useless Button Extension CRX File

Download Useless Button 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

                        Have you ever wanted a button that does absolutely nothing? Well now you can have one thanks to my couple hours of learning how to use java script, and for the cheap price of $FREE. When I say this button does nothing, I mean it really does nothing. Full disclaimer, this button will do absolutely nothing. Period. Have fun!                    

Extension Basic Information

Name Useless Button Useless Button
ID idnmhmpgbblkfpjffmdklngnabjeekfn
Official URL https://chromewebstore.google.com/detail/useless-button/idnmhmpgbblkfpjffmdklngnabjeekfn
Description An absolutely useless button
File Size 3.63 KB
Installation Count 160
Current Version 1.0
Last Updated 2020-07-25
Publish Date 2020-07-24
Rating 5.00/5 Total 3 Ratings
Developer willemvanv05
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Useless Button",
    "short_name": "B",
    "version": "1.0",
    "description": "An absolutely useless button",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Button"
    }
}