DI Remote

Plays and stops Digitially Imported music player running in a tab

Apa itu DI Remote?

DI Remote adalah ekstensi Chrome yang dikembangkan oleh David Laurell, dan fitur utamanya adalah "Plays and stops Digitially Imported music player running in a tab".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi DI Remote

Unduh file ekstensi DI Remote dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama DI Remote DI Remote
ID gilkmoiggpejjinifplmidnhlmibgohd
URL Resmi https://chrome.google.com/webstore/detail/di-remote/gilkmoiggpejjinifplmidnhlmibgohd
Deskripsi Plays and stops Digitially Imported music player running in a tab
Ukuran File 15.68 KB
Jumlah Instalasi 71
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2015-02-01
Tanggal Publikasi 2015-02-01
Penilaian 4.50/5 Total 2 Penilaian
Pengembang David Laurell
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}