Boo!
Adds very realistic animated spiders to your chrome browser.
Qu'est-ce que Boo! ?
Boo! est une extension Chrome développée par bugextension, et sa fonction principale est "Adds very realistic animated spiders to your chrome browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Boo!
Téléchargez les fichiers d'extension Boo! 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
Every time you click the 'boo!' button, a spider will be added to the current page. There is a random delay to maximize the fright. The animated spiders will walk around the screen. If your mouse overlaps the spider there is a chance of it dying and falling to the bottom of the screen.
Informations de Base sur l'Extension
Nom | Boo! |
ID | lppmdekfhcfphenoakkbdjnlgdbaklpd |
URL Officiel | https://chromewebstore.google.com/detail/boo/lppmdekfhcfphenoakkbdjnlgdbaklpd |
Description | Adds very realistic animated spiders to your chrome browser. |
Taille du Fichier | 60.92 KB |
Nombre d'Installations | 83 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2018-10-29 |
Date de Publication | 2018-10-29 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | bugextension |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://auz.github.io/Bug/ |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Boo!", "short_name": "Boo!", "version": "1.2", "manifest_version": 2, "description": "Adds very realistic animated spiders to your chrome browser.", "homepage_url": "https:\/\/auz.github.io\/Bug\/", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "boo!" }, "permissions": [ "activeTab" ], "icons": { "16": "boo-icon16.png", "48": "boo-icon48.png", "64": "boo-icon64.png", "128": "boo-icon128.png" } } |