Youplay

Autoplay youtube video on mouse over

Hvad er Youplay?

Youplay er en Chrome-udvidelse udviklet af sarathisahoo, og dens hovedfunktion er "Autoplay youtube video on mouse over".

Udvidelsesskærmbilleder

Download Youplay-udvidelses-CRX-fil

Download Youplay-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Youplay Youplay
ID fhjkfdjnbbibomchnnpjnmbfknjoagja
Officiel URL https://chrome.google.com/webstore/detail/youplay/fhjkfdjnbbibomchnnpjnmbfknjoagja
Beskrivelse Autoplay youtube video on mouse over
Filstørrelse 43.07 KB
Antal Installationer 180
Nuværende Version 1.5
Senest Opdateret 2016-08-13
Udgivelsesdato 2016-08-13
Bedømmelse 2.63/5 Samlet 8 Bedømmelser
Udvikler sarathisahoo
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}