Playback Rate changer

Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements

Vad är Playback Rate changer?

Playback Rate changer är en Chrome-tillägg utvecklad av Amaan Cheval, och dess huvudfunktion är "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements".

Ladda ner Playback Rate changer-förlängningens CRX-fil

Ladda ner Playback Rate changer-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

                        An extension that lets you use keyboard shortcuts to control the playback speed of HTML5 audio and video elements.

Keyboard shortcuts:

Alt and + increases speed
Alt and - decreases speed
Alt and 0 resets speed temporarily

The speed is saved locally for each domain individually.

Visit https://www.youtube.com/html5 to make sure YouTube tries to use HTML5 video whenever possible.                    

Grundläggande Information om Tillägg

Namn Playback Rate changer Playback Rate changer
ID jhpkealghknaaojaaiahfmkgfpomcjfc
Officiell webbadress https://chromewebstore.google.com/detail/playback-rate-changer/jhpkealghknaaojaaiahfmkgfpomcjfc
Beskrivning Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements
Filstorlek 3.79 KB
Antal Installationer 15
Aktuell Version 1.1
Senast Uppdaterad 2015-11-12
Publiceringsdatum 2015-11-12
Betyg 3.50/5 Totalt 4 Betyg
Utvecklare Amaan Cheval
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "*:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "description": "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements",
    "name": "Playback Rate changer",
    "version": "1.1",
    "manifest_version": 2
}