Faster videos

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

Vad är Faster videos?

Faster videos är en Chrome-tillägg utvecklad av Xavi, och dess huvudfunktion är "Lets you play youtube video at 3x and 4x speed".

Ladda ner Faster videos-förlängningens CRX-fil

Ladda ner Faster videos-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

                        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.                    

Grundläggande Information om Tillägg

Namn Faster videos Faster videos
ID fhkmkdjligjbihmdmnacigjnfmjhcbnn
Officiell webbadress https://chrome.google.com/webstore/detail/faster-videos/fhkmkdjligjbihmdmnacigjnfmjhcbnn
Beskrivning Lets you play youtube video at 3x and 4x speed
Filstorlek 20 KB
Antal Installationer 65
Aktuell Version 1.0
Senast Uppdaterad 2017-12-27
Publiceringsdatum 2017-12-27
Utvecklare Xavi
Betalningssätt free
Stödda Språk 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"
        }
    ]
}