Bit Player Launcher

Open Bit Player from link context menu

What is Bit Player Launcher?

Bit Player Launcher is a Chrome extension developed by Roey, and its main feature is "Open Bit Player from link context menu".

Extension Screenshots

screenshot

Download Bit Player Launcher Extension CRX File

Download Bit Player Launcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Bit Player Launcher Bit Player Launcher
ID andfnelfgfdifognepabogfledhdijhn
Official URL https://chromewebstore.google.com/detail/bit-player-launcher/andfnelfgfdifognepabogfledhdijhn
Description Open Bit Player from link context menu
File Size 20.99 KB
Installation Count 1,293
Current Version 0.5.3
Last Updated 2016-02-04
Publish Date 2016-02-04
Rating 4.45/5 Total 11 Ratings
Developer Roey
Email [email protected]
Payment Type free
Help Page URL https://github.com/roeycohen/Bit-Player-Chrome-Extension
Privacy Policy Page URL https://github.com/roeycohen/Bit-Player-Chrome-Extension/blob/master/license_and_privacy.md
Supported Languages 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"
    ]
}