Relaxound

Relaxound - background sound generator for work and relaxation

Apa itu Relaxound?

Relaxound adalah ekstensi Chrome yang dikembangkan oleh http://relaxound.tk, dan fitur utamanya adalah "Relaxound - background sound generator for work and relaxation".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Relaxound

Unduh file ekstensi Relaxound 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

                                            

Informasi Dasar Ekstensi

Nama Relaxound Relaxound
ID mnalibceaggjpmicodllapfekbfglflc
URL Resmi https://chrome.google.com/webstore/detail/relaxound/mnalibceaggjpmicodllapfekbfglflc
Deskripsi Relaxound - background sound generator for work and relaxation
Ukuran File 79.9 KB
Jumlah Instalasi 156
Versi Saat Ini 1.5
Terakhir Diperbarui 2015-10-25
Tanggal Publikasi 2015-10-25
Penilaian 3.00/5 Total 6 Penilaian
Pengembang http://relaxound.tk
Tipe Pembayaran free
Situs Ekstensi http://relaxound.kolyunya.me
URL Halaman Bantuan https://twitter.com/relaxound
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Relaxound",
    "short_name": "Relaxound",
    "description": "Relaxound - background sound generator for work and relaxation",
    "version": "1.5",
    "author": "Nikolay Oleynikov",
    "permissions": [
        "https:\/\/relaxound.kolyunya.me\/",
        "cookies",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/relaxound.kolyunya.me\/*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "scripts\/jquery.min.js",
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/sound-enabled.png"
    },
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "16": "images\/icon-16.png"
    }
}