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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
    }
}