Faster videos

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

Was ist Faster videos?

Faster videos ist eine Chrome-Erweiterung, die von Xavi entwickelt wurde, und ihr Hauptmerkmal ist "Lets you play youtube video at 3x and 4x speed".

Faster videos-Erweiterungs-CRX-Datei herunterladen

Laden Sie Faster videos-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Faster videos Faster videos
ID fhkmkdjligjbihmdmnacigjnfmjhcbnn
Offizielle URL https://chrome.google.com/webstore/detail/faster-videos/fhkmkdjligjbihmdmnacigjnfmjhcbnn
Beschreibung Lets you play youtube video at 3x and 4x speed
Dateigröße 20 KB
Installationsanzahl 65
Aktuelle Version 1.0
Letztes Update 2017-12-27
Veröffentlichungsdatum 2017-12-27
Entwickler Xavi
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}