Bug
Adds very realistic animated bugs (spiders and/or flies) to your chrome browser.
Vad är Bug?
Bug är en Chrome-tillägg utvecklad av bugextension, och dess huvudfunktion är "Adds very realistic animated bugs (spiders and/or flies) to your chrome browser.".
Tilläggsskärmbilder
Ladda ner Bug-förlängningens CRX-fil
Ladda ner Bug-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
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.
Grundläggande Information om Tillägg
Namn | Bug |
ID | ekbjjckppofeioffpmilicifcmcfjpnh |
Officiell webbadress | https://chromewebstore.google.com/detail/bug/ekbjjckppofeioffpmilicifcmcfjpnh |
Beskrivning | Adds very realistic animated bugs (spiders and/or flies) to your chrome browser. |
Filstorlek | 62.49 KB |
Antal Installationer | 162 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-11-01 |
Publiceringsdatum | 2018-10-25 |
Betyg | 4.50/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 |
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" } } |