Boo!
Adds very realistic animated spiders to your chrome browser.
Vad är Boo!?
Boo! är en Chrome-tillägg utvecklad av bugextension, och dess huvudfunktion är "Adds very realistic animated spiders to your chrome browser.".
Tilläggsskärmbilder
Ladda ner Boo!-förlängningens CRX-fil
Ladda ner Boo!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | lppmdekfhcfphenoakkbdjnlgdbaklpd |
| Officiell webbadress | https://chromewebstore.google.com/detail/boo/lppmdekfhcfphenoakkbdjnlgdbaklpd |
| Beskrivning | Adds very realistic animated spiders to your chrome browser. |
| Filstorlek | 60.92 KB |
| Antal Installationer | 83 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2018-10-29 |
| Publiceringsdatum | 2018-10-29 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | bugextension |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://auz.github.io/Bug/ |
| Stödda Språk | 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"
}
} | |