Aristocractic Moustache

Find the current song from Aristocrats.fm (Радио Аристократы) on vk.com. Instantly.

Что такое Aristocractic Moustache?

Aristocractic Moustache - это расширение Chrome, разработанное Anton Pets, и его основная функция - "Find the current song from Aristocrats.fm (Радио Аристократы) on vk.com. Instantly.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Aristocractic Moustache

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

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

                        Add a button (a moustache icon) to the toolbar of Chrome that runs a search on VK.com for the current song played in your Aristocrats.fm window. You need to be logged in on VK.com.                    

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

Название Aristocractic Moustache Aristocractic Moustache
ID iaddoodldafdnonljnhepjhhfhdcgheh
Официальный URL https://chromewebstore.google.com/detail/aristocractic-moustache/iaddoodldafdnonljnhepjhhfhdcgheh
Описание Find the current song from Aristocrats.fm (Радио Аристократы) on vk.com. Instantly.
Размер файла 31.25 KB
Количество установок 32
Текущая Версия 0.1.5
Последнее Обновление 2015-10-22
Дата публикации 2015-10-22
Рейтинг 3.00/5 Всего 2 оценок
Разработчик Anton Pets
Тип оплаты free
URL страницы помощи http://twitter.com/oopets
Поддерживаемые языки en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Aristocractic Moustache",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.1.5",
    "default_locale": "uk",
    "author": "Anton Pets",
    "offline_enabled": false,
    "icons": {
        "26": ".\/img\/icon26.png",
        "32": ".\/img\/icon32.png",
        "48": ".\/img\/icon48.png",
        "64": ".\/img\/icon64.png",
        "128": ".\/img\/icon128.png",
        "256": ".\/img\/icon256.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/aristocrats.fm\/*"
    ],
    "browser_action": {
        "default_icon": ".\/img\/icon32.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    }
}