DI Remote

Plays and stops Digitially Imported music player running in a tab

Wat is DI Remote?

DI Remote is een Chrome-extensie ontwikkeld door David Laurell, en de belangrijkste functie is "Plays and stops Digitially Imported music player running in a tab".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DI Remote

Download DI Remote-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam DI Remote DI Remote
ID gilkmoiggpejjinifplmidnhlmibgohd
Officiële URL https://chrome.google.com/webstore/detail/di-remote/gilkmoiggpejjinifplmidnhlmibgohd
Beschrijving Plays and stops Digitially Imported music player running in a tab
Bestandsgrootte 15.68 KB
Aantal Installaties 71
Huidige Versie 0.1.1
Laatst Bijgewerkt 2015-02-01
Publicatiedatum 2015-02-01
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar David Laurell
Betalingswijze free
Ondersteunde Talen 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"
    ]
}