Video Speed Control x0.1-5

Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.

Vad är Video Speed Control x0.1-5?

Video Speed Control x0.1-5 är en Chrome-tillägg utvecklad av https://covidcures.live, och dess huvudfunktion är "Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.".

Tilläggsskärmbilder

screenshot

Ladda ner Video Speed Control x0.1-5-förlängningens CRX-fil

Ladda ner Video Speed Control x0.1-5-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

                        You can change the speed of any HTML5 video, this includes YouTube, Vimeo, Websites and Adverts!                    

Grundläggande Information om Tillägg

Namn Video Speed Control x0.1-5 Video Speed Control x0.1-5
ID lcdjldcaalmmkpogignniieicpdlhpmb
Officiell webbadress https://chromewebstore.google.com/detail/video-speed-control-x01-5/lcdjldcaalmmkpogignniieicpdlhpmb
Beskrivning Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.
Filstorlek 181 KB
Antal Installationer 220
Aktuell Version 1.2.0
Senast Uppdaterad 2021-03-08
Publiceringsdatum 2021-02-23
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare https://covidcures.live
E-post [email protected]
Betalningssätt free
Stödda Språk en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Speed Control x0.1-5",
    "version": "1.2.0",
    "description": "Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "\/js\/popup.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Video Speed Control",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png",
            "256": "icons\/icon-256.png",
            "512": "icons\/icon-512.png"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png",
        "512": "icons\/icon-512.png"
    },
    "manifest_version": 2
}