A bored button
Click the button to open a random boring website.
Wat is A bored button?
A bored button is een Chrome-extensie ontwikkeld door fujizx, en de belangrijkste functie is "Click the button to open a random boring website.".
Extensie Screenshots
Download het CRX-bestand van de extensie A bored button
Download A bored button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Click the button to open a random boring website. Take a coffee break and enjoy.
Basisinformatie over de Extensie
Naam | A bored button |
ID | dcheodehnlbogojafhanldnoddkhmkcj |
Officiële URL | https://chromewebstore.google.com/detail/a-bored-button/dcheodehnlbogojafhanldnoddkhmkcj |
Beschrijving | Click the button to open a random boring website. |
Bestandsgrootte | 16.41 KB |
Aantal Installaties | 224 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2023-08-13 |
Publicatiedatum | 2023-08-10 |
Ontwikkelaar | fujizx |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |