# 视频播放插件 **Repository Path**: JamesUmmex/video-controller-plugin ## Basic Information - **Project Name**: 视频播放插件 - **Description**: 无级调速(输入任意想要的速度,远不止1.25 1.5 2.0),强制播放(阻止脚本隔一段时间暂停一下根本停不下来),强制暂停(阻止脚本限制暂停),并且可以清晰控制多视频网页中的每一个视频 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-11-03 - **Last Updated**: 2022-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Video Controller Plugin A plugin to get more control over videos in the webpages, with the following functions: 1. Force playing the video. 2. Force stopping the video. 3. Stepless speed regulation. 4. Show you where the video is. 5. Control all videos in the page in a single pad. ## How to use Download the releases. Chrome version for Chrome and Edge, Firefox version for Firefox. Once install the plugin, when there are videos in your page, the control button will appear. It's not convenient for the author to upload this plugin onto platforms such as plugin store of chrome or firefox, so before the author done that, just install the plugin in development mode of your browser. ## Project structure This project uses `vite2` as dev and build tool, and use `components` of `vue3` as basic framework. As for the languages, this project uses `ts` and `scss`. - `public` as vite default structure, only an icon image here. - `scripts` source of `manifest.json` file for different platforms. - `src` where the plugin locates. - `test` a test page for testing the plugin. ### Output folder The output folder is not `dist` like `vite` default. The plugin will be output into the `plugin` folder (which had been ignored by git). Process of copying into zip files and rename will still be done manually.