Aristocractic Moustache
Find the current song from Aristocrats.fm (Радио Аристократы) on vk.com. Instantly.
Cos'è Aristocractic Moustache?
Aristocractic Moustache è un'estensione di Chrome sviluppata da Anton Pets, e la sua funzione principale è "Find the current song from Aristocrats.fm (Радио Аристократы) on vk.com. Instantly.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Aristocractic Moustache
Scarica i file di estensione Aristocractic Moustache in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | iaddoodldafdnonljnhepjhhfhdcgheh |
URL Ufficiale | https://chromewebstore.google.com/detail/aristocractic-moustache/iaddoodldafdnonljnhepjhhfhdcgheh |
Descrizione | Find the current song from Aristocrats.fm (Радио Аристократы) on vk.com. Instantly. |
Dimensione del File | 31.25 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 0.1.5 |
Ultimo Aggiornamento | 2015-10-22 |
Data di Pubblicazione | 2015-10-22 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Anton Pets |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | http://twitter.com/oopets |
Lingue Supportate | 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 } } |