Faster videos
Lets you play youtube video at 3x and 4x speed
Hvad er Faster videos?
Faster videos er en Chrome-udvidelse udviklet af Xavi, og dens hovedfunktion er "Lets you play youtube video at 3x and 4x speed".
Download Faster videos-udvidelses-CRX-fil
Download Faster videos-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | fhkmkdjligjbihmdmnacigjnfmjhcbnn |
| Officiel URL | https://chrome.google.com/webstore/detail/faster-videos/fhkmkdjligjbihmdmnacigjnfmjhcbnn |
| Beskrivelse | Lets you play youtube video at 3x and 4x speed |
| Filstørrelse | 20 KB |
| Antal Installationer | 65 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2017-12-27 |
| Udgivelsesdato | 2017-12-27 |
| Udvikler | Xavi |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
]
} | |