Speak Faster

Allows you to change the playback speed of video players. Great for listening to lectures and skipping ads!

Wat is Speak Faster?

Speak Faster is een Chrome-extensie ontwikkeld door viktor.vesely.vv, en de belangrijkste functie is "Allows you to change the playback speed of video players. Great for listening to lectures and skipping ads!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Speak Faster

Download Speak Faster-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Are you tired of watching videos at normal speed? If yes, then this extension is for you! Speed up your school lectures or skip annoying video ads, the sky is the limit...                    

Basisinformatie over de Extensie

Naam Speak Faster Speak Faster
ID momefipaofoflfolnaibdkjpbgpllpfd
Officiële URL https://chromewebstore.google.com/detail/speak-faster/momefipaofoflfolnaibdkjpbgpllpfd
Beschrijving Allows you to change the playback speed of video players. Great for listening to lectures and skipping ads!
Bestandsgrootte 66.61 KB
Aantal Installaties 74
Huidige Versie 1.3
Laatst Bijgewerkt 2020-05-01
Publicatiedatum 2020-05-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar viktor.vesely.vv
Betalingswijze free
Help Pagina-URL https://github.com/viktorvesely/speakFaster
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speak Faster",
    "version": "1.3",
    "description": "Allows you to change the playback speed of video players. Great for listening to lectures and skipping ads!",
    "manifest_version": 2,
    "icons": {
        "128": "\/assets\/faster-icon.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "",
        "tabs"
    ],
    "web_accessible_resources": [
        "\/content\/inject.html"
    ],
    "background": {
        "scripts": [
            "\/shared\/msg.js",
            "\/background\/main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "\/popup\/index.html",
        "default_icon": {
            "128": "\/assets\/faster-icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "\/shared\/msg.js",
                "\/content\/change.js",
                "\/content\/position.js",
                "\/content\/main.js"
            ],
            "css": [
                "\/content\/change.css"
            ]
        }
    ]
}