New Speed: Change the speed of ANY video

Change video speed on any videos including YouTube, HTML5, Vimeo, and more!

Was ist New Speed: Change the speed of ANY video?

New Speed: Change the speed of ANY video ist eine Chrome-Erweiterung, die von garrrettt entwickelt wurde, und ihr Hauptmerkmal ist "Change video speed on any videos including YouTube, HTML5, Vimeo, and more!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

New Speed: Change the speed of ANY video-Erweiterungs-CRX-Datei herunterladen

Laden Sie New Speed: Change the speed of ANY video-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Want to see that sports clip in slow motion? Want to fast forward through a boring lecture?

New Speed empowers you to change the speed of ANY video on ANY website including your professor's random videos! New Speed lets you change the precise speed of a video, not just the defaults provided on YouTube.

Give it a try! It's free! All feedback is welcome!

Check out the source code here: https://github.com/garrrettt/new-speed                    

Grundlegende Informationen zur Erweiterung

Name New Speed: Change the speed of ANY video New Speed: Change the speed of ANY video
ID cfolgdebpckafpglfoophadcpgnkpkcf
Offizielle URL https://chrome.google.com/webstore/detail/new-speed-change-the-spee/cfolgdebpckafpglfoophadcpgnkpkcf
Beschreibung Change video speed on any videos including YouTube, HTML5, Vimeo, and more!
Dateigröße 36.35 KB
Installationsanzahl 653
Aktuelle Version 1.0.0
Letztes Update 2019-11-02
Veröffentlichungsdatum 2019-11-02
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler garrrettt
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Speed: Change the speed of ANY video",
    "icons": {
        "16": "icons\/new_speed_icon_16.png",
        "32": "icons\/new_speed_icon_32.png",
        "48": "icons\/new_speed_icon_48.png",
        "96": "icons\/new_speed_icon_96.png",
        "128": "icons\/new_speed_icon_128.png"
    },
    "version": "1.0.0",
    "description": "Change video speed on any videos including YouTube, HTML5, Vimeo, and more!",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}