Yandex Music Albums In VK

Adds player for music albums from music.yandex.ru

Yandex Music Albums In VKคืออะไร?

Yandex Music Albums In VK เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rbolkhovitin และคุณลักษณะหลักของมันคือ "Adds player for music albums from music.yandex.ru"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yandex Music Albums In VK

ดาวน์โหลดไฟล์ส่วนขยาย Yandex Music Albums In VK ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Расширение ищет на стене или в ленте новостей Вконтакте альбомы, расшаренные с Яндекс.Музыки и заменяет их на iframe'ы с плеером.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Yandex Music Albums In VK Yandex Music Albums In VK
ID hfhdjdingjkkheiddcliogahcggogpia
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/yandex-music-albums-in-vk/hfhdjdingjkkheiddcliogahcggogpia
คำอธิบาย Adds player for music albums from music.yandex.ru
ขนาดไฟล์ 9.13 KB
จำนวนการติดตั้ง 66
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2017-05-14
วันที่เผยแพร่ 2017-05-14
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา rbolkhovitin
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "0.1",
    "omnibox": {
        "keyword": "Yandex Music Albums In VK"
    },
    "icons": {
        "16": "16-full-color.png"
    },
    "description": "__MSG_extensionDescription__",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/vk.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "default_locale": "en",
    "permissions": [
        "*:\/\/vk.com\/*",
        "activeTab",
        "declarativeContent",
        "tabs"
    ]
}