Relaxound

Relaxound - background sound generator for work and relaxation

ما هو Relaxound؟

Relaxound هو إضافة Chrome تم تطويرها بواسطة http://relaxound.tk، والميزة الرئيسية لها هي "Relaxound - background sound generator for work and relaxation".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Relaxound

قم بتنزيل ملفات الامتداد Relaxound بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Relaxound Relaxound
ID mnalibceaggjpmicodllapfekbfglflc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/relaxound/mnalibceaggjpmicodllapfekbfglflc
الوصف Relaxound - background sound generator for work and relaxation
حجم الملف 79.9 KB
عدد التثبيتات 156
النسخة الحالية 1.5
آخر تحديث 2015-10-25
تاريخ النشر 2015-10-25
تقييم 3.00/5 مجموع تقييمات 6
المطور http://relaxound.tk
نوع الدفع free
موقع الإضافة http://relaxound.kolyunya.me
عنوان صفحة المساعدة https://twitter.com/relaxound
اللغات المدعومة 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"
    }
}