Bug
Adds very realistic animated bugs (spiders and/or flies) to your chrome browser.
Wat is Bug?
Bug is een Chrome-extensie ontwikkeld door bugextension, en de belangrijkste functie is "Adds very realistic animated bugs (spiders and/or flies) to your chrome browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bug
Download Bug-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
A small extension which adds realistic animated bugs to your browser. Has modes for spiders and flies (or both). Option to only show the bugs on a percentage of pages viewed. Basisinformatie over de Extensie
| Naam | |
| ID | ekbjjckppofeioffpmilicifcmcfjpnh |
| Officiële URL | https://chromewebstore.google.com/detail/bug/ekbjjckppofeioffpmilicifcmcfjpnh |
| Beschrijving | Adds very realistic animated bugs (spiders and/or flies) to your chrome browser. |
| Bestandsgrootte | 62.49 KB |
| Aantal Installaties | 162 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2018-11-01 |
| Publicatiedatum | 2018-10-25 |
| Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | bugextension |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://auz.github.io/Bug/ |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bug",
"short_name": "Bug",
"version": "1.0",
"manifest_version": 2,
"description": "Adds very realistic animated bugs (spiders and\/or flies) to your chrome browser.",
"homepage_url": "https:\/\/auz.github.io\/Bug\/",
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"bug.js"
]
}
],
"browser_action": {
"default_popup": "options.html"
},
"permissions": [
"storage"
],
"icons": {
"16": "bug-icon-16.png",
"48": "bug-icon-48.png",
"128": "bug-icon-128.png"
}
} | |