A bored button

Click the button to open a random boring website.

什么是A bored button?

A bored button是由fujizx开发的Chrome扩展程序,该扩展的主要功能是“Click the button to open a random boring website.”。

扩展截图

screenshot

下载A bored button扩展crx文件

下载A bored button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 A bored button A bored button
ID dcheodehnlbogojafhanldnoddkhmkcj
官方URL https://chromewebstore.google.com/detail/a-bored-button/dcheodehnlbogojafhanldnoddkhmkcj
简介 Click the button to open a random boring website.
文件大小 16.41 KB
安装次数 224
当前版本 1.0.2
更新时间 2023-08-13
上架时间 2023-08-10
开发者 fujizx
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}