Faster videos
Lets you play youtube video at 3x and 4x speed
Cos'è Faster videos?
Faster videos è un'estensione di Chrome sviluppata da Xavi, e la sua funzione principale è "Lets you play youtube video at 3x and 4x speed".
Scarica il file CRX dell'estensione Faster videos
Scarica i file di estensione Faster videos in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | fhkmkdjligjbihmdmnacigjnfmjhcbnn |
| URL Ufficiale | https://chrome.google.com/webstore/detail/faster-videos/fhkmkdjligjbihmdmnacigjnfmjhcbnn |
| Descrizione | Lets you play youtube video at 3x and 4x speed |
| Dimensione del File | 20 KB |
| Conteggio Installazioni | 65 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2017-12-27 |
| Data di Pubblicazione | 2017-12-27 |
| Sviluppatore | Xavi |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
]
} | |