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 |
| 官方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 |
| 电子邮箱 | [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"
} | |