Sound Cloud Replay Button

Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud

Что такое Sound Cloud Replay Button?

Sound Cloud Replay Button - это расширение Chrome, разработанное EyadFarra, и его основная функция - "Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Sound Cloud Replay Button

Скачайте файлы расширений Sound Cloud Replay Button в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud.

Please support us at the following link, We accept donation.
http://goo.gl/62SAMT                    

Основная информация о расширении

Название Sound Cloud Replay Button Sound Cloud Replay Button
ID eibjgaihfimmonjpalhfmkjbbhonhmfe
Официальный URL https://chromewebstore.google.com/detail/sound-cloud-replay-button/eibjgaihfimmonjpalhfmkjbbhonhmfe
Описание Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud
Размер файла 65.12 KB
Количество установок 2,187
Текущая Версия 1.0
Последнее Обновление 2014-05-06
Дата публикации 2014-05-06
Рейтинг 4.50/5 Всего 22 оценок
Разработчик EyadFarra
Тип оплаты free
Официальный сайт расширения https://facebook.com/eyafa
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sound Cloud Replay Button",
    "manifest_version": 2,
    "version": "1.0",
    "description": "Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/soundcloud.com\/*"
            ],
            "js": [
                "js\/jquery-1.11.1.min.js",
                "main.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    }
}