├── LICENSE ├── README.md ├── content.js ├── icons ├── icon128.png ├── icon16.png ├── icon32.png └── icon48.png ├── manifest.json ├── red_downicon.svg ├── redownicon.svg └── styles.css /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldx23/redown-redgifs-downloader/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldx23/redown-redgifs-downloader/HEAD/README.md -------------------------------------------------------------------------------- /content.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldx23/redown-redgifs-downloader/HEAD/content.js -------------------------------------------------------------------------------- /icons/icon128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldx23/redown-redgifs-downloader/HEAD/icons/icon128.png -------------------------------------------------------------------------------- /icons/icon16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldx23/redown-redgifs-downloader/HEAD/icons/icon16.png -------------------------------------------------------------------------------- /icons/icon32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldx23/redown-redgifs-downloader/HEAD/icons/icon32.png -------------------------------------------------------------------------------- /icons/icon48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldx23/redown-redgifs-downloader/HEAD/icons/icon48.png -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldx23/redown-redgifs-downloader/HEAD/manifest.json -------------------------------------------------------------------------------- /red_downicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldx23/redown-redgifs-downloader/HEAD/red_downicon.svg -------------------------------------------------------------------------------- /redownicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldx23/redown-redgifs-downloader/HEAD/redownicon.svg -------------------------------------------------------------------------------- /styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldx23/redown-redgifs-downloader/HEAD/styles.css --------------------------------------------------------------------------------