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.
擴展基本資訊
名稱 | Bulletchat for YouTube |
ID | ldlogbmoofpmjhkccjhajjkkkjojenip |
官方網址 | 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" } } |