Bug
Adds very realistic animated bugs (spiders and/or flies) to your chrome browser.
Apa itu Bug?
Bug adalah ekstensi Chrome yang dikembangkan oleh bugextension, dan fitur utamanya adalah "Adds very realistic animated bugs (spiders and/or flies) to your chrome browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bug
Unduh file ekstensi Bug dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ekbjjckppofeioffpmilicifcmcfjpnh |
URL Resmi | https://chromewebstore.google.com/detail/bug/ekbjjckppofeioffpmilicifcmcfjpnh |
Deskripsi | Adds very realistic animated bugs (spiders and/or flies) to your chrome browser. |
Ukuran File | 62.49 KB |
Jumlah Instalasi | 162 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-11-01 |
Tanggal Publikasi | 2018-10-25 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | bugextension |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://auz.github.io/Bug/ |
Bahasa yang Didukung | 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" } } |