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
官方網址 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
    }
}