Youplay

Autoplay youtube video on mouse over

Vad är Youplay?

Youplay är en Chrome-tillägg utvecklad av sarathisahoo, och dess huvudfunktion är "Autoplay youtube video on mouse over".

Tilläggsskärmbilder

Ladda ner Youplay-förlängningens CRX-fil

Ladda ner Youplay-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Youplay Youplay
ID fhjkfdjnbbibomchnnpjnmbfknjoagja
Officiell webbadress https://chrome.google.com/webstore/detail/youplay/fhjkfdjnbbibomchnnpjnmbfknjoagja
Beskrivning Autoplay youtube video on mouse over
Filstorlek 43.07 KB
Antal Installationer 180
Aktuell Version 1.5
Senast Uppdaterad 2016-08-13
Publiceringsdatum 2016-08-13
Betyg 2.63/5 Totalt 8 Betyg
Utvecklare sarathisahoo
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}