Boo!
Adds very realistic animated spiders to your chrome browser.
Boo!とは何ですか?
Boo!はbugextensionによって開発されたChromeの拡張機能で、その主な機能は「Adds very realistic animated spiders to your chrome browser.」です。
拡張機能のスクリーンショット
Boo!拡張機能のCRXファイルをダウンロード
Boo!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Boo! |
ID | lppmdekfhcfphenoakkbdjnlgdbaklpd |
公式URL | https://chromewebstore.google.com/detail/boo/lppmdekfhcfphenoakkbdjnlgdbaklpd |
説明 | Adds very realistic animated spiders to your chrome browser. |
ファイルサイズ | 60.92 KB |
インストール数 | 83 |
現在のバージョン | 1.2 |
最終更新日 | 2018-10-29 |
公開日 | 2018-10-29 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | bugextension |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://auz.github.io/Bug/ |
対応言語 | 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" } } |