Boo!
Adds very realistic animated spiders to your chrome browser.
Was ist Boo!?
Boo! ist eine Chrome-Erweiterung, die von bugextension entwickelt wurde, und ihr Hauptmerkmal ist "Adds very realistic animated spiders to your chrome browser.".
Erweiterungsscreenshots
Boo!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Boo!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Boo! |
ID | lppmdekfhcfphenoakkbdjnlgdbaklpd |
Offizielle URL | https://chromewebstore.google.com/detail/boo/lppmdekfhcfphenoakkbdjnlgdbaklpd |
Beschreibung | Adds very realistic animated spiders to your chrome browser. |
Dateigröße | 60.92 KB |
Installationsanzahl | 83 |
Aktuelle Version | 1.2 |
Letztes Update | 2018-10-29 |
Veröffentlichungsdatum | 2018-10-29 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | bugextension |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://auz.github.io/Bug/ |
Unterstützte Sprachen | 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" } } |