Youplay

Autoplay youtube video on mouse over

Qu'est-ce que Youplay ?

Youplay est une extension Chrome développée par sarathisahoo, et sa fonction principale est "Autoplay youtube video on mouse over".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Youplay

Téléchargez les fichiers d'extension Youplay au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Youplay Youplay
ID fhjkfdjnbbibomchnnpjnmbfknjoagja
URL Officiel https://chrome.google.com/webstore/detail/youplay/fhjkfdjnbbibomchnnpjnmbfknjoagja
Description Autoplay youtube video on mouse over
Taille du Fichier 43.07 KB
Nombre d'Installations 180
Version Actuelle 1.5
Dernière Mise à Jour 2016-08-13
Date de Publication 2016-08-13
Évaluation 2.63/5 Total 8 Évaluations
Développeur sarathisahoo
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}