Vị nhạc App.

Ứng dụng chia sẻ nhanh các bài hát đang nghe lên Vị nhạc.

Cos'è Vị nhạc App.?

Vị nhạc App. è un'estensione di Chrome sviluppata da https://vinhac.vn, e la sua funzione principale è "Ứng dụng chia sẻ nhanh các bài hát đang nghe lên Vị nhạc.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Vị nhạc App.

Scarica i file di estensione Vị nhạc App. in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Ứng dụng dùng để chia sẽ nhanh bài hát bạn đang nghe lên trang web Vị nhạc.

Các trang web nghe nhạc hỗ trợ:
- http://mp3.zing.vn
- http://nhaccuatui.vn
- http://keeng.vn
- https://youtube.com                    

Informazioni di Base sull'Estensione

Nome Vị nhạc App. Vị nhạc App.
ID mgmejmknnjlljmmiapbcimlhpnhjdjkj
URL Ufficiale https://chromewebstore.google.com/detail/v%E1%BB%8B-nh%E1%BA%A1c-app/mgmejmknnjlljmmiapbcimlhpnhjdjkj
Descrizione Ứng dụng chia sẻ nhanh các bài hát đang nghe lên Vị nhạc.
Dimensione del File 306 KB
Conteggio Installazioni 52
Versione Corrente 1.3.4
Ultimo Aggiornamento 2014-02-22
Data di Pubblicazione 2014-02-22
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore https://vinhac.vn
Tipo di Pagamento free
Sito Web dell'Estensione http://vinhac.vn
Lingue Supportate vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "V\u1ecb nh\u1ea1c App.",
    "description": "\u1ee8ng d\u1ee5ng chia s\u1ebb nhanh c\u00e1c b\u00e0i h\u00e1t \u0111ang nghe l\u00ean V\u1ecb nh\u1ea1c.",
    "version": "1.3.4",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "jquery.js",
                "jquery-ui-1.10.2.custom.min.js",
                "jquery.mousewheel.min.js",
                "facebook.js"
            ],
            "css": [
                "content.css",
                "jquery-ui-1.10.2.custom.min.css"
            ]
        },
        {
            "matches": [
                "*:\/\/mp3.zing.vn\/bai-hat\/*",
                "*:\/\/mp3.zing.vn\/video-clip\/*",
                "*:\/\/mp3.zing.vn\/album\/*",
                "*:\/\/*.nhaccuatui.com\/bai-hat\/*",
                "*:\/\/*.nhaccuatui.com\/mv\/*",
                "*:\/\/*.nhaccuatui.com\/playlist\/*",
                "*:\/\/*.keeng.vn\/audio\/*",
                "*:\/\/*.keeng.vn\/video\/*",
                "*:\/\/*.keeng.vn\/album\/*",
                "*:\/\/*.youtube.com\/watch*"
            ],
            "js": [
                "jquery.js",
                "get-song-info.js"
            ],
            "css": [
                "content.css"
            ]
        },
        {
            "matches": [
                "*:\/\/mp3.zing.vn\/bai-hat\/*",
                "*:\/\/*.nhaccuatui.com\/bai-hat\/*",
                "*:\/\/*.keeng.vn\/audio\/*",
                "*:\/\/*.keeng.vn\/video\/*"
            ],
            "js": [
                "jquery.js",
                "tracker.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "icons": {
        "48": "img\/icon.png"
    },
    "browser_action": {
        "default_title": "V\u1ecb nh\u1ea1c",
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "run_at": "document_start"
    }
}