Boo!
Adds very realistic animated spiders to your chrome browser.
Wat is Boo!?
Boo! is een Chrome-extensie ontwikkeld door bugextension, en de belangrijkste functie is "Adds very realistic animated spiders to your chrome browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie Boo!
Download Boo!-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | lppmdekfhcfphenoakkbdjnlgdbaklpd |
| Officiële URL | https://chromewebstore.google.com/detail/boo/lppmdekfhcfphenoakkbdjnlgdbaklpd |
| Beschrijving | Adds very realistic animated spiders to your chrome browser. |
| Bestandsgrootte | 60.92 KB |
| Aantal Installaties | 83 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2018-10-29 |
| Publicatiedatum | 2018-10-29 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | bugextension |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://auz.github.io/Bug/ |
| Ondersteunde Talen | 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"
}
} | |