Aristocractic Moustache

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

Was ist Aristocractic Moustache?

Aristocractic Moustache ist eine Chrome-Erweiterung, die von Anton Pets entwickelt wurde, und ihr Hauptmerkmal ist "Find the current song from Aristocrats.fm (Радио Аристократы) on vk.com. Instantly.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Aristocractic Moustache-Erweiterungs-CRX-Datei herunterladen

Laden Sie Aristocractic Moustache-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Aristocractic Moustache Aristocractic Moustache
ID iaddoodldafdnonljnhepjhhfhdcgheh
Offizielle URL https://chromewebstore.google.com/detail/aristocractic-moustache/iaddoodldafdnonljnhepjhhfhdcgheh
Beschreibung Find the current song from Aristocrats.fm (Радио Аристократы) on vk.com. Instantly.
Dateigröße 31.25 KB
Installationsanzahl 32
Aktuelle Version 0.1.5
Letztes Update 2015-10-22
Veröffentlichungsdatum 2015-10-22
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Anton Pets
Zahlungsart free
Hilfeseite URL http://twitter.com/oopets
Unterstützte Sprachen 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
    }
}