Bug
Adds very realistic animated bugs (spiders and/or flies) to your chrome browser.
What is Bug?
Bug is a Chrome extension developed by bugextension, and its main feature is "Adds very realistic animated bugs (spiders and/or flies) to your chrome browser.".
Extension Screenshots
Download Bug Extension CRX File
Download Bug extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Bug |
ID | ekbjjckppofeioffpmilicifcmcfjpnh |
Official URL | https://chromewebstore.google.com/detail/bug/ekbjjckppofeioffpmilicifcmcfjpnh |
Description | Adds very realistic animated bugs (spiders and/or flies) to your chrome browser. |
File Size | 62.49 KB |
Installation Count | 162 |
Current Version | 1.0 |
Last Updated | 2018-11-01 |
Publish Date | 2018-10-25 |
Rating | 4.50/5 Total 2 Ratings |
Developer | bugextension |
[email protected] | |
Payment Type | free |
Extension Website | https://auz.github.io/Bug/ |
Supported Languages | 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" } } |