Bit Player Launcher

Open Bit Player from link context menu

Cos'è Bit Player Launcher?

Bit Player Launcher è un'estensione di Chrome sviluppata da Roey, e la sua funzione principale è "Open Bit Player from link context menu".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bit Player Launcher

Scarica i file di estensione Bit Player Launcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Bit Player Launcher Bit Player Launcher
ID andfnelfgfdifognepabogfledhdijhn
URL Ufficiale https://chromewebstore.google.com/detail/bit-player-launcher/andfnelfgfdifognepabogfledhdijhn
Descrizione Open Bit Player from link context menu
Dimensione del File 20.99 KB
Conteggio Installazioni 1,293
Versione Corrente 0.5.3
Ultimo Aggiornamento 2016-02-04
Data di Pubblicazione 2016-02-04
Valutazione 4.45/5 Totale 11 Valutazioni
Sviluppatore Roey
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/roeycohen/Bit-Player-Chrome-Extension
URL della Pagina della Politica sulla Privacy https://github.com/roeycohen/Bit-Player-Chrome-Extension/blob/master/license_and_privacy.md
Lingue Supportate 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"
    ]
}