Youplay

Autoplay youtube video on mouse over

Apa itu Youplay?

Youplay adalah ekstensi Chrome yang dikembangkan oleh sarathisahoo, dan fitur utamanya adalah "Autoplay youtube video on mouse over".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Youplay

Unduh file ekstensi Youplay 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

                        With this chrome extension you can preview play any youtube video on mouse over with low quality. SO before opening any video you can preview it with low quality just hovering the mouse.

Just go to youtube.com and start hovering mouse to preview videos.                    

Informasi Dasar Ekstensi

Nama Youplay Youplay
ID fhjkfdjnbbibomchnnpjnmbfknjoagja
URL Resmi https://chrome.google.com/webstore/detail/youplay/fhjkfdjnbbibomchnnpjnmbfknjoagja
Deskripsi Autoplay youtube video on mouse over
Ukuran File 43.07 KB
Jumlah Instalasi 180
Versi Saat Ini 1.5
Terakhir Diperbarui 2016-08-13
Tanggal Publikasi 2016-08-13
Penilaian 2.63/5 Total 8 Penilaian
Pengembang sarathisahoo
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "manifest_version": 2,
    "name": "Youplay",
    "version": "1.5",
    "browser_action": {
        "default_icon": "images\/logo.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*"
    ],
    "minimum_chrome_version": "23",
    "description": "Autoplay youtube video on mouse over",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "short_name": "Youplay",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "48": "\/images\/logo.png"
    },
    "web_accessible_resources": [
        "images\/*.*",
        "script.js"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": false,
            "css": [],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ]
}