Bitmoji Hot
Hot Bitmojis anywhere
Bitmoji Hotとは何ですか?
Bitmoji Hotはmattj1457によって開発されたChromeの拡張機能で、その主な機能は「Hot Bitmojis anywhere」です。
拡張機能のスクリーンショット
Bitmoji Hot拡張機能のCRXファイルをダウンロード
Bitmoji Hot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use BitmojiHot anywhere! The best emojis you'll see on the internet.
拡張機能の基本情報
名前 | Bitmoji Hot |
ID | jmikjbbommmphbkcampnmgclgmkkcija |
公式URL | https://chromewebstore.google.com/detail/bitmoji-hot/jmikjbbommmphbkcampnmgclgmkkcija |
説明 | Hot Bitmojis anywhere |
ファイルサイズ | 72.04 KB |
インストール数 | 282 |
現在のバージョン | 1.1 |
最終更新日 | 2023-05-09 |
公開日 | 2022-12-17 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | mattj1457 |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://sites.google.com/view/extensions-privacy |
対応言語 | en-US |
manifest.json | |
{ "action": { "default_icon": { "128": "icon.png" }, "default_title": "Bitmoji Hot" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "emoji.js" ], "matches": [ "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "description": "Hot Bitmojis anywhere", "host_permissions": [ "https:\/\/*\/*" ], "icons": { "128": "icon.png" }, "manifest_version": 3, "name": "Bitmoji Hot", "sandbox": { "pages": [ "emoji-editor.html" ] }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |