Aristocractic Moustache

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

Qu'est-ce que Aristocractic Moustache ?

Aristocractic Moustache est une extension Chrome développée par Anton Pets, et sa fonction principale est "Find the current song from Aristocrats.fm (Радио Аристократы) on vk.com. Instantly.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Aristocractic Moustache

Téléchargez les fichiers d'extension Aristocractic Moustache au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Aristocractic Moustache Aristocractic Moustache
ID iaddoodldafdnonljnhepjhhfhdcgheh
URL Officiel https://chromewebstore.google.com/detail/aristocractic-moustache/iaddoodldafdnonljnhepjhhfhdcgheh
Description Find the current song from Aristocrats.fm (Радио Аристократы) on vk.com. Instantly.
Taille du Fichier 31.25 KB
Nombre d'Installations 32
Version Actuelle 0.1.5
Dernière Mise à Jour 2015-10-22
Date de Publication 2015-10-22
Évaluation 3.00/5 Total 2 Évaluations
Développeur Anton Pets
Type de Paiement free
URL de la Page d'Aide http://twitter.com/oopets
Langues Prises en Charge 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
    }
}