├── LICENSE ├── README.md ├── backgroud.html ├── backgroud.js ├── dply.js ├── img ├── 128.png ├── 16.png └── 48.png ├── jquery.js ├── manifest.json ├── popup.html └── popup.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malaohu/Dply-Autobuild-Server/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malaohu/Dply-Autobuild-Server/HEAD/README.md -------------------------------------------------------------------------------- /backgroud.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malaohu/Dply-Autobuild-Server/HEAD/backgroud.html -------------------------------------------------------------------------------- /backgroud.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malaohu/Dply-Autobuild-Server/HEAD/backgroud.js -------------------------------------------------------------------------------- /dply.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malaohu/Dply-Autobuild-Server/HEAD/dply.js -------------------------------------------------------------------------------- /img/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malaohu/Dply-Autobuild-Server/HEAD/img/128.png -------------------------------------------------------------------------------- /img/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malaohu/Dply-Autobuild-Server/HEAD/img/16.png -------------------------------------------------------------------------------- /img/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malaohu/Dply-Autobuild-Server/HEAD/img/48.png -------------------------------------------------------------------------------- /jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malaohu/Dply-Autobuild-Server/HEAD/jquery.js -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malaohu/Dply-Autobuild-Server/HEAD/manifest.json -------------------------------------------------------------------------------- /popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malaohu/Dply-Autobuild-Server/HEAD/popup.html -------------------------------------------------------------------------------- /popup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malaohu/Dply-Autobuild-Server/HEAD/popup.js --------------------------------------------------------------------------------