Socialcast high five!

Socialcast high five!

Что такое Socialcast high five!?

Socialcast high five! - это расширение Chrome, разработанное https://olsenius.com, и его основная функция - "Socialcast high five!".

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

screenshot

Скачать файл CRX расширения Socialcast high five!

Скачайте файлы расширений Socialcast high five! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Replace like with high five at socialcast.com                    

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

Название Socialcast high five! Socialcast high five!
ID gckagdcjipinndgaipddacbecjfjiedc
Официальный URL https://chromewebstore.google.com/detail/socialcast-high-five/gckagdcjipinndgaipddacbecjfjiedc
Описание Socialcast high five!
Размер файла 36.79 KB
Количество установок 17
Текущая Версия 0.0.0.7
Последнее Обновление 2014-05-11
Дата публикации 2014-05-11
Рейтинг 5.00/5 Всего 4 оценок
Разработчик https://olsenius.com
Тип оплаты free
Официальный сайт расширения https://github.com/Olsenius/SocialcastHighFive
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Socialcast high five!",
    "version": "0.0.0.7",
    "manifest_version": 2,
    "description": "Socialcast high five!",
    "permissions": [
        "https:\/\/*.socialcast.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.socialcast.com\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "highFive.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "replace.js"
    ]
}