Youtube controller

Control Youtube play without visiting the tab.

Apa itu Youtube controller?

Youtube controller adalah ekstensi Chrome yang dikembangkan oleh http://iamvp7.in, dan fitur utamanya adalah "Control Youtube play without visiting the tab.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Youtube controller

Unduh file ekstensi Youtube controller 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

                        Easily play/pause youtube videos, play next video or replay the video from playlist without visit the youtube tab.                    

Informasi Dasar Ekstensi

Nama Youtube controller Youtube controller
ID fioanlgpncojcmfckbobmkhemdjdppoc
URL Resmi https://chrome.google.com/webstore/detail/youtube-controller/fioanlgpncojcmfckbobmkhemdjdppoc
Deskripsi Control Youtube play without visiting the tab.
Ukuran File 28.38 KB
Jumlah Instalasi 144
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-04-01
Tanggal Publikasi 2017-04-01
Penilaian 5.00/5 Total 1 Penilaian
Pengembang http://iamvp7.in
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube controller",
    "description": "Control Youtube play without visiting the tab.",
    "homepage_url": "http:\/\/iamvp7.github.io\/",
    "version": "1.0",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "*:\/\/*.youtube.com\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "Control your Youtube Player",
        "default_popup": "popup\/youtube.html"
    }
}