Aristocractic Moustache
Find the current song from Aristocrats.fm (Радио Аристократы) on vk.com. Instantly.
Aristocractic Moustacheคืออะไร?
Aristocractic Moustache เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anton Pets และคุณลักษณะหลักของมันคือ "Find the current song from Aristocrats.fm (Радио Аристократы) on vk.com. Instantly."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aristocractic Moustache
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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 } } |