DI Remote

Plays and stops Digitially Imported music player running in a tab

Qu'est-ce que DI Remote ?

DI Remote est une extension Chrome développée par David Laurell, et sa fonction principale est "Plays and stops Digitially Imported music player running in a tab".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DI Remote

Téléchargez les fichiers d'extension DI Remote au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Have multiple tabs open and don't want to search for the tab with Digitally Imported in it? Then this will let you quickly play and stop the music by an easy to reach button from everywhere!                    

Informations de Base sur l'Extension

Nom DI Remote DI Remote
ID gilkmoiggpejjinifplmidnhlmibgohd
URL Officiel https://chrome.google.com/webstore/detail/di-remote/gilkmoiggpejjinifplmidnhlmibgohd
Description Plays and stops Digitially Imported music player running in a tab
Taille du Fichier 15.68 KB
Nombre d'Installations 71
Version Actuelle 0.1.1
Dernière Mise à Jour 2015-02-01
Date de Publication 2015-02-01
Évaluation 4.50/5 Total 2 Évaluations
Développeur David Laurell
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DI Remote",
    "version": "0.1.1",
    "description": "Plays and stops Digitially Imported music player running in a tab",
    "icons": {
        "48": "play48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "play19.png",
        "default_title": "Start\/Stop Digitally Imported"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.di.fm\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/www.di.fm\/*",
        "tabs"
    ]
}