Youplay

Autoplay youtube video on mouse over

Cos'è Youplay?

Youplay è un'estensione di Chrome sviluppata da sarathisahoo, e la sua funzione principale è "Autoplay youtube video on mouse over".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Youplay

Scarica i file di estensione Youplay 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Youplay Youplay
ID fhjkfdjnbbibomchnnpjnmbfknjoagja
URL Ufficiale https://chrome.google.com/webstore/detail/youplay/fhjkfdjnbbibomchnnpjnmbfknjoagja
Descrizione Autoplay youtube video on mouse over
Dimensione del File 43.07 KB
Conteggio Installazioni 180
Versione Corrente 1.5
Ultimo Aggiornamento 2016-08-13
Data di Pubblicazione 2016-08-13
Valutazione 2.63/5 Totale 8 Valutazioni
Sviluppatore sarathisahoo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}