Aristocractic Moustache
Find the current song from Aristocrats.fm (Радио Аристократы) on vk.com. Instantly.
Apa itu Aristocractic Moustache?
Aristocractic Moustache adalah ekstensi Chrome yang dikembangkan oleh Anton Pets, dan fitur utamanya adalah "Find the current song from Aristocrats.fm (Радио Аристократы) on vk.com. Instantly.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Aristocractic Moustache
Unduh file ekstensi Aristocractic Moustache dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | iaddoodldafdnonljnhepjhhfhdcgheh |
URL Resmi | https://chromewebstore.google.com/detail/aristocractic-moustache/iaddoodldafdnonljnhepjhhfhdcgheh |
Deskripsi | Find the current song from Aristocrats.fm (Радио Аристократы) on vk.com. Instantly. |
Ukuran File | 31.25 KB |
Jumlah Instalasi | 32 |
Versi Saat Ini | 0.1.5 |
Terakhir Diperbarui | 2015-10-22 |
Tanggal Publikasi | 2015-10-22 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | Anton Pets |
Tipe Pembayaran | free |
URL Halaman Bantuan | http://twitter.com/oopets |
Bahasa yang Didukung | 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 } } |