Aristocractic Moustache

Find the current song from Aristocrats.fm (Радио Аристократы) on vk.com. Instantly.

Aristocractic Moustache क्या है?

Aristocractic Moustache Anton Pets द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find the current song from Aristocrats.fm (Радио Аристократы) on vk.com. Instantly."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Aristocractic Moustache एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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
    }
}