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. 擴展基本資訊
| 名稱 | |
| ID | jmikjbbommmphbkcampnmgclgmkkcija |
| 官方網址 | 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 |
| 電子郵箱 | [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"
} | |