Aristocractic Moustache

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

什么是Aristocractic Moustache?

Aristocractic Moustache是由Anton Pets开发的Chrome扩展程序,该扩展的主要功能是“Find the current song from Aristocrats.fm (Радио Аристократы) on vk.com. Instantly.”。

扩展截图

screenshot
screenshot
screenshot

下载Aristocractic Moustache扩展crx文件

下载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
    }
}