Relaxound

Relaxound - background sound generator for work and relaxation

Co to jest Relaxound?

Relaxound to rozszerzenie Chrome opracowane przez http://relaxound.tk, a jego główną funkcją jest „Relaxound - background sound generator for work and relaxation”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Relaxound

Pobierz pliki rozszerzeń Relaxound w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Relaxound Relaxound
ID mnalibceaggjpmicodllapfekbfglflc
Oficjalny URL https://chrome.google.com/webstore/detail/relaxound/mnalibceaggjpmicodllapfekbfglflc
Opis Relaxound - background sound generator for work and relaxation
Rozmiar pliku 79.9 KB
Liczba instalacji 156
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2015-10-25
Data Publikacji 2015-10-25
Ocena 3.00/5 Łącznie 6 Oceny
Deweloper http://relaxound.tk
Typ Płatności free
Strona Rozszerzenia http://relaxound.kolyunya.me
Adres URL Strony Pomocy https://twitter.com/relaxound
Obsługiwane Języki 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"
    }
}