Faster videos

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

Qu'est-ce que Faster videos ?

Faster videos est une extension Chrome développée par Xavi, et sa fonction principale est "Lets you play youtube video at 3x and 4x speed".

Télécharger le fichier CRX de l'extension Faster videos

Téléchargez les fichiers d'extension Faster videos 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

                        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.                    

Informations de Base sur l'Extension

Nom Faster videos Faster videos
ID fhkmkdjligjbihmdmnacigjnfmjhcbnn
URL Officiel https://chrome.google.com/webstore/detail/faster-videos/fhkmkdjligjbihmdmnacigjnfmjhcbnn
Description Lets you play youtube video at 3x and 4x speed
Taille du Fichier 20 KB
Nombre d'Installations 65
Version Actuelle 1.0
Dernière Mise à Jour 2017-12-27
Date de Publication 2017-12-27
Développeur Xavi
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}