A Chrome extension for a free community 一个给司机用的Chrome插件
This extension is for research and learning only. Do not use it for illegal purposes
You can learn how to create Chrome extension, write Bash script and more from this repository ....
这个插件仅供用于研究学习. 请勿用于非法用途
你可以从这个仓库中学到如何创建 Chrome 插件, 编写 Bash 脚本等等 ...
- download video 下载
- display video number friendly 车牌号
简单来说: 安装 Git
, 克隆这个仓库到本地, 从本地安装Chrome插件, 运行 ./install.sh
.
- Install
Git
and understand the basic usage ofGit
. - Clone this repository into local computer.
- Install Chrome extension
- Navigate to
chrome://extensions
in chrome. - Check
Developer mode
on, then clickLoad Unpacked Extension
. - Choose the folder
extension
under this project.
- Navigate to
- Please read windows-libs/README.md If you are a Windows user (Windows 用户请读这个文档)
- Install download and merger scripts:
- for Most Linux Systems / OS X / WSL:
./install.sh /usr/local/bin/
or./install.sh ~/bin
- for Windows User (Git Bash / Cygwin):
./install.sh
- for Most Linux Systems / OS X / WSL:
- Usage example:
- Download video follow command on the online player page by script
AvgleDownloader
- Combine video files by script
Avgle
- Download video follow command on the online player page by script
sudo apt install aria2 # Ubuntu
brew install aria2 # OS X
If you are interested in fixing issues and improving codes to this repository, you can get references from these places:
Sources are licensed under the GPL-3.0 License.