Aristocractic Moustache
Find the current song from Aristocrats.fm (Радио Аристократы) on vk.com. Instantly.
O que é Aristocractic Moustache?
Aristocractic Moustache é uma extensão do Chrome desenvolvida por Anton Pets, e sua principal característica é "Find the current song from Aristocrats.fm (Радио Аристократы) on vk.com. Instantly.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Aristocractic Moustache
Baixe arquivos de extensão Aristocractic Moustache no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | iaddoodldafdnonljnhepjhhfhdcgheh |
URL Oficial | https://chromewebstore.google.com/detail/aristocractic-moustache/iaddoodldafdnonljnhepjhhfhdcgheh |
Descrição | Find the current song from Aristocrats.fm (Радио Аристократы) on vk.com. Instantly. |
Tamanho do Arquivo | 31.25 KB |
Contagem de Instalações | 32 |
Versão Atual | 0.1.5 |
Última Atualização | 2015-10-22 |
Data de Publicação | 2015-10-22 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | Anton Pets |
Tipo de Pagamento | free |
URL da Página de Ajuda | http://twitter.com/oopets |
Idiomas Suportados | 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 } } |