movit
the video speed driver
What is movit?
movit is a Chrome extension developed by Andrea Giammarchi, and its main feature is "the video speed driver".
Extension Screenshots
Download movit Extension CRX File
Download movit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is a minimalistic interface to automatically setup any HTML5
Extension Basic Information
Name | movit |
ID | ablgafeipbpmkdpohlfbnnloofcppbgj |
Official URL | https://chromewebstore.google.com/detail/movit/ablgafeipbpmkdpohlfbnnloofcppbgj |
Description | the video speed driver |
File Size | 16.07 KB |
Installation Count | 31 |
Current Version | 0.0.2 |
Last Updated | 2019-03-30 |
Publish Date | 2019-03-27 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Andrea Giammarchi |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/WebReflection/movit |
Supported Languages | 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": [ " |