Video Playback Speed

Allows you to change the playback speed of a video.

Vad är Video Playback Speed?

Video Playback Speed är en Chrome-tillägg utvecklad av Tom2718, och dess huvudfunktion är "Allows you to change the playback speed of a video.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Video Playback Speed-förlängningens CRX-fil

Ladda ner Video Playback Speed-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

                        A very simple extension that allows the user to change the playback speed of a video.

- Ultra lightweight and very simple. 
- Open source code.
- Change playback speed to any number.
- Easy 'up' and 'down' controls.

Permissions: The extension requires access to the current tab so that it can change the speed. It will say it has access to all websites but only runs when opened. You can also verify the source code.

View source code here:
https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension                    

Grundläggande Information om Tillägg

Namn Video Playback Speed Video Playback Speed
ID oadpkpccehnaggddokffjbamieodolki
Officiell webbadress https://chromewebstore.google.com/detail/video-playback-speed/oadpkpccehnaggddokffjbamieodolki
Beskrivning Allows you to change the playback speed of a video.
Filstorlek 4.88 KB
Antal Installationer 254
Aktuell Version 1.0
Senast Uppdaterad 2018-08-07
Publiceringsdatum 2018-07-22
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Tom2718
Betalningssätt free
Tilläggswebbplats https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension
Hjälpsida URL https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension/issues
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Playback Speed",
    "description": "Allows you to change the playback speed of a video.",
    "author": "Tom2718",
    "version": "1.0",
    "browser_action": {
        "default_icon": "video-ext.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}