Youplay

Autoplay youtube video on mouse over

Wat is Youplay?

Youplay is een Chrome-extensie ontwikkeld door sarathisahoo, en de belangrijkste functie is "Autoplay youtube video on mouse over".

Extensie Screenshots

Download het CRX-bestand van de extensie Youplay

Download Youplay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Youplay Youplay
ID fhjkfdjnbbibomchnnpjnmbfknjoagja
Officiële URL https://chrome.google.com/webstore/detail/youplay/fhjkfdjnbbibomchnnpjnmbfknjoagja
Beschrijving Autoplay youtube video on mouse over
Bestandsgrootte 43.07 KB
Aantal Installaties 180
Huidige Versie 1.5
Laatst Bijgewerkt 2016-08-13
Publicatiedatum 2016-08-13
Beoordeling 2.63/5 Totaal 8 Beoordelingen
Ontwikkelaar sarathisahoo
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}