Bit Player Launcher
Open Bit Player from link context menu
什么是Bit Player Launcher?
Bit Player Launcher是由Roey开发的Chrome扩展程序,该扩展的主要功能是“Open Bit Player from link context menu”。
扩展截图
下载Bit Player Launcher扩展crx文件
下载Bit Player Launcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Right click magnet links in order to launch Bit-Player immediately. 扩展基本信息
| 名称 | |
| ID | andfnelfgfdifognepabogfledhdijhn |
| 官方URL | https://chromewebstore.google.com/detail/bit-player-launcher/andfnelfgfdifognepabogfledhdijhn |
| 简介 | Open Bit Player from link context menu |
| 文件大小 | 20.99 KB |
| 安装次数 | 1,293 |
| 当前版本 | 0.5.3 |
| 更新时间 | 2016-02-04 |
| 上架时间 | 2016-02-04 |
| 评分 | 4.45/5 共11次评分 |
| 开发者 | Roey |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://github.com/roeycohen/Bit-Player-Chrome-Extension |
| 隐私政策页面URL | https://github.com/roeycohen/Bit-Player-Chrome-Extension/blob/master/license_and_privacy.md |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.5.3",
"manifest_version": 2,
"minimum_chrome_version": "40",
"background": {
"persistent": false,
"scripts": [
"js\/bg.js"
]
},
"name": "Bit Player Launcher",
"short_name": "Bit Player Launcher",
"description": "Open Bit Player from link context menu",
"icons": {
"128": "images\/icon128.png",
"48": "images\/icon48.png",
"64": "images\/icon64.png",
"16": "images\/icon16.png"
},
"permissions": [
"contextMenus",
"notifications"
],
"web_accessible_resources": [
"images\/*.png"
]
} | |