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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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