Aristocractic Moustache
Find the current song from Aristocrats.fm (Радио Аристократы) on vk.com. Instantly.
Aristocractic Moustache là gì?
Aristocractic Moustache là một tiện ích mở rộng Chrome được phát triển bởi Anton Pets, và tính năng chính của nó là "Find the current song from Aristocrats.fm (Радио Аристократы) on vk.com. Instantly.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Aristocractic Moustache
Tải xuống các tệp mở rộng Aristocractic Moustache dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | iaddoodldafdnonljnhepjhhfhdcgheh |
URL Chính Thức | https://chromewebstore.google.com/detail/aristocractic-moustache/iaddoodldafdnonljnhepjhhfhdcgheh |
Mô tả | Find the current song from Aristocrats.fm (Радио Аристократы) on vk.com. Instantly. |
Kích Thước Tệp | 31.25 KB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 0.1.5 |
Cập Nhật Lần Cuối | 2015-10-22 |
Ngày Phát Hành | 2015-10-22 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Anton Pets |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | http://twitter.com/oopets |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |