Youtube to Google Music

Adds button to youtube pages to search for song in google music

Apa itu Youtube to Google Music?

Youtube to Google Music adalah ekstensi Chrome yang dikembangkan oleh jrmurray, dan fitur utamanya adalah "Adds button to youtube pages to search for song in google music".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Youtube to Google Music

Unduh file ekstensi Youtube to Google Music dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Simple extension that adds a button to youtube videos that will open a new tab of google music with the song title searched.                    

Informasi Dasar Ekstensi

Nama Youtube to Google Music Youtube to Google Music
ID dcoljlfaeahfnjgeajeakopfgpaoadmc
URL Resmi https://chromewebstore.google.com/detail/youtube-to-google-music/dcoljlfaeahfnjgeajeakopfgpaoadmc
Deskripsi Adds button to youtube pages to search for song in google music
Ukuran File 13.59 KB
Jumlah Instalasi 743
Versi Saat Ini 0.1
Terakhir Diperbarui 2016-10-05
Tanggal Publikasi 2016-10-04
Penilaian 2.83/5 Total 6 Penilaian
Pengembang jrmurray
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube to Google Music",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Adds button to youtube pages to search for song in google music",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.youtube.com\/watch?v=*",
        "http:\/\/www.youtube.com\/watch?v=*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=*",
                "http:\/\/www.youtube.com\/watch?v=*"
            ],
            "css": [
                "inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=*",
                "http:\/\/www.youtube.com\/watch?v=*"
            ],
            "js": [
                "inject\/inject.js"
            ]
        }
    ]
}