Bulletchat for YouTube
Bullet chatting on YouTube
什么是Bulletchat for YouTube?
Bulletchat for YouTube是由mashiro开发的Chrome扩展程序,该扩展的主要功能是“Bullet chatting on YouTube”。
扩展截图
下载Bulletchat for YouTube扩展crx文件
下载Bulletchat for YouTube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You can display live chat on the video like a bullet. 扩展基本信息
| 名称 | |
| ID | ldlogbmoofpmjhkccjhajjkkkjojenip |
| 官方URL | https://chromewebstore.google.com/detail/bulletchat-for-youtube/ldlogbmoofpmjhkccjhajjkkkjojenip |
| 简介 | Bullet chatting on YouTube |
| 文件大小 | 1.56 MB |
| 安装次数 | 2,482 |
| 当前版本 | 1.3.0 |
| 更新时间 | 2020-12-14 |
| 上架时间 | 2020-05-06 |
| 评分 | 4.88/5 共16次评分 |
| 开发者 | mashiro |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://github.com/mashiro/bulletchat-for-youtube |
| 支持的语言 | en,zh-TW,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bulletchat for YouTube",
"version": "1.3.0",
"author": "mashiro",
"homepage_url": "https:\/\/github.com\/mashiro\/bulletchat-for-youtube",
"description": "__MSG_description__",
"default_locale": "en",
"permissions": [
"storage",
"tabs",
"https:\/\/www.youtube.com\/*"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"web_accessible_resources": [
"icon-white.svg"
],
"background": {
"scripts": [
"\/static\/js\/background.4e166c2f.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"all_frames": true,
"js": [
"\/static\/js\/content.835cc2ea.js"
],
"css": [
"\/static\/css\/content.fafb8ebe.css"
]
}
],
"page_action": {
"default_icon": {
"16": "icon16.png",
"24": "icon24.png",
"32": "icon32.png"
},
"default_title": "BulletChat",
"default_popup": "index.html#options"
}
} | |