Faster videos

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

Τι είναι το Faster videos;

Το Faster videos είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Xavi, και η κύρια λειτουργία του είναι "Lets you play youtube video at 3x and 4x speed".

Λήψη αρχείου CRX της επέκτασης Faster videos

Λήψη αρχείων επέκτασης Faster videos σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Faster videos Faster videos
ID fhkmkdjligjbihmdmnacigjnfmjhcbnn
Επίσημο URL https://chrome.google.com/webstore/detail/faster-videos/fhkmkdjligjbihmdmnacigjnfmjhcbnn
Περιγραφή Lets you play youtube video at 3x and 4x speed
Μέγεθος Αρχείου 20 KB
Αριθμός Εγκαταστάσεων 65
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2017-12-27
Ημερομηνία Δημοσίευσης 2017-12-27
Προγραμματιστής Xavi
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
        }
    ]
}