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.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Aristocractic Moustache

قم بتنزيل ملفات الامتداد Aristocractic Moustache بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Aristocractic Moustache Aristocractic Moustache
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
عنوان صفحة المساعدة 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
    }
}