A bored button
Click the button to open a random boring website.
Qu'est-ce que A bored button ?
A bored button est une extension Chrome développée par fujizx, et sa fonction principale est "Click the button to open a random boring website.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension A bored button
Téléchargez les fichiers d'extension A bored button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Click the button to open a random boring website. Take a coffee break and enjoy.
Informations de Base sur l'Extension
Nom | A bored button |
ID | dcheodehnlbogojafhanldnoddkhmkcj |
URL Officiel | https://chromewebstore.google.com/detail/a-bored-button/dcheodehnlbogojafhanldnoddkhmkcj |
Description | Click the button to open a random boring website. |
Taille du Fichier | 16.41 KB |
Nombre d'Installations | 224 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2023-08-13 |
Date de Publication | 2023-08-10 |
Développeur | fujizx |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [ " |