Quick Forum Downloader
Download the forum attachment quickly
What is Quick Forum Downloader?
Quick Forum Downloader is a Chrome extension developed by cheuksam, and its main feature is "Download the forum attachment quickly".
Extension Screenshots
Download Quick Forum Downloader Extension CRX File
Download Quick Forum Downloader 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
Single click for download forum attachment Forum supported: UNetBoard
Extension Basic Information
Name | |
ID | npehfldmceamlhloggdocdiihigadpbe |
Official URL | https://chrome.google.com/webstore/detail/quick-forum-downloader/npehfldmceamlhloggdocdiihigadpbe |
Description | Download the forum attachment quickly |
File Size | 7.22 KB |
Installation Count | 91 |
Current Version | 1 |
Last Updated | 2016-08-22 |
Publish Date | 2016-08-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | cheuksam |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/samcheuk/quick-forum-downloader |
Help Page URL | https://github.com/samcheuk/quick-forum-downloader |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Forum Downloader", "description": "Download the forum attachment quickly", "version": "1", "permissions": [ "downloads", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Quick Forum Downloader", "default_icon": "quick_download_icon.png" }, "manifest_version": 2 } |