movit

the video speed driver

Wat is movit?

movit is een Chrome-extensie ontwikkeld door Andrea Giammarchi, en de belangrijkste functie is "the video speed driver".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie movit

Download movit-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

                        This is a minimalistic interface to automatically setup any HTML5 

Basisinformatie over de Extensie

Naam movit movit
ID ablgafeipbpmkdpohlfbnnloofcppbgj
Officiële URL https://chromewebstore.google.com/detail/movit/ablgafeipbpmkdpohlfbnnloofcppbgj
Beschrijving the video speed driver
Bestandsgrootte 16.07 KB
Aantal Installaties 31
Huidige Versie 0.0.2
Laatst Bijgewerkt 2019-03-30
Publicatiedatum 2019-03-27
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Andrea Giammarchi
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/WebReflection/movit
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "movit",
    "short_name": "movit",
    "version": "0.0.2",
    "description": "the video speed driver",
    "author": "Andrea Giammarchi",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "20": "icons\/20.png",
            "32": "icons\/32.png",
            "40": "icons\/40.png"
        },
        "default_popup": "popup.html",
        "default_title": "movit"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/movit.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "",
        "storage"
    ]
}