A bored button

Click the button to open a random boring website.

Cos'è A bored button?

A bored button è un'estensione di Chrome sviluppata da fujizx, e la sua funzione principale è "Click the button to open a random boring website.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione A bored button

Scarica i file di estensione A bored button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome A bored button A bored button
ID dcheodehnlbogojafhanldnoddkhmkcj
URL Ufficiale https://chromewebstore.google.com/detail/a-bored-button/dcheodehnlbogojafhanldnoddkhmkcj
Descrizione Click the button to open a random boring website.
Dimensione del File 16.41 KB
Conteggio Installazioni 224
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-08-13
Data di Pubblicazione 2023-08-10
Sviluppatore fujizx
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}