A bored button

Click the button to open a random boring website.

What is A bored button?

A bored button is a Chrome extension developed by fujizx, and its main feature is "Click the button to open a random boring website.".

Extension Screenshots

screenshot

Download A bored button Extension CRX File

Download A bored 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

                        Click the button to open a random boring website. 
Take a coffee break and enjoy.                    

Extension Basic Information

Name A bored button A bored button
ID dcheodehnlbogojafhanldnoddkhmkcj
Official URL https://chromewebstore.google.com/detail/a-bored-button/dcheodehnlbogojafhanldnoddkhmkcj
Description Click the button to open a random boring website.
File Size 16.41 KB
Installation Count 224
Current Version 1.0.2
Last Updated 2023-08-13
Publish Date 2023-08-10
Developer fujizx
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "A bored button",
    "version": "1.0.2",
    "description": "Click the button to open a random boring website.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}