Among Us Shimeji For Google Chrome™
Among Us characters plays while you browsing in Google page. Created for Among Us fans.
Among Us Shimeji For Google Chrome™とは何ですか?
Among Us Shimeji For Google Chrome™はcharlesによって開発されたChromeの拡張機能で、その主な機能は「Among Us characters plays while you browsing in Google page. Created for Among Us fans.」です。
拡張機能のスクリーンショット
Among Us Shimeji For Google Chrome™拡張機能のCRXファイルをダウンロード
Among Us Shimeji For Google Chrome™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Cute and fun Among Us characters to play around in google page when you are surfing the web. === How does it work? === 1. Click on the extension icon on the top right corner 2. Click on "Among Us Shimeji For Google Chrome™" icon to activate the characters. 3. Click the icon again to disable the characters. 4. Only works when you are in google.com page.
拡張機能の基本情報
名前 | Among Us Shimeji For Google Chrome™ |
ID | eejijdoicgmljghlfdblkahibjcjbjga |
公式URL | https://chromewebstore.google.com/detail/among-us-shimeji-for-goog/eejijdoicgmljghlfdblkahibjcjbjga |
説明 | Among Us characters plays while you browsing in Google page. Created for Among Us fans. |
ファイルサイズ | 137 KB |
インストール数 | 20,000 |
現在のバージョン | 10.1.21.19 |
最終更新日 | 2023-05-25 |
公開日 | 2020-10-30 |
評価 | 4.16/5 合計 77 レビュー |
開発者 | charles |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://sites.google.com/view/among-us-shimeji/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_title": "Among Us" }, "content_scripts": [ { "js": [ "meji.min.1.8.js", "content.min.js" ], "matches": [ "https:\/\/*.google.com\/*" ], "run_at": "document_idle" } ], "description": "Among Us characters plays while you browsing in Google page. Created for Among Us fans.", "icons": { "128": "icon-128x128.png" }, "manifest_version": 3, "name": "Among Us Shimeji For Google Chrome\u2122", "host_permissions": [ "https:\/\/*.google.com\/*", "https:\/\/*.google.com\/" ], "permissions": [ "storage" ], "version": "10.1.21.19" } |