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 |
| 官方網址 | 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"
]
} | |