Faster videos

Lets you play youtube video at 3x and 4x speed

Co je Faster videos?

Faster videos je rozšíření Chrome vyvinuté Xavi, a jeho hlavní funkcí je „Lets you play youtube video at 3x and 4x speed“.

Stáhnout soubor CRX rozšíření Faster videos

Stáhněte si soubory rozšíření Faster videos ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Ever wished you could watch videos at 3 or 4 times the speed?  Well now you can with this new amazing chrome plugin.  Get hyped for even faster PewDiePie and 100% more cat video.  This is the closest thing to that super-fast-learn-thingy in the Matrix.                    

Základní Informace o Rozšíření

Název Faster videos Faster videos
ID fhkmkdjligjbihmdmnacigjnfmjhcbnn
Oficiální URL https://chrome.google.com/webstore/detail/faster-videos/fhkmkdjligjbihmdmnacigjnfmjhcbnn
Popis Lets you play youtube video at 3x and 4x speed
Velikost souboru 20 KB
Počet instalací 65
Aktuální Verze 1.0
Poslední Aktualizace 2017-12-27
Datum Vydání 2017-12-27
Vývojář Xavi
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Faster videos",
    "description": "Lets you play youtube video at 3x and 4x speed",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "plugin.js"
            ],
            "run_at": "document_end"
        }
    ]
}