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」です。

拡張機能のスクリーンショット

screenshot

Bit Player Launcher拡張機能のCRXファイルをダウンロード

Bit Player Launcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Right click magnet links in order to launch Bit-Player immediately.                    

拡張機能の基本情報

名前 Bit Player Launcher Bit Player Launcher
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
Eメール [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"
    ]
}