Quick Forum Downloader
Download the forum attachment quickly
Was ist Quick Forum Downloader?
Quick Forum Downloader ist eine Chrome-Erweiterung, die von cheuksam entwickelt wurde, und ihr Hauptmerkmal ist "Download the forum attachment quickly".
Erweiterungsscreenshots
Quick Forum Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quick Forum Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Single click for download forum attachment Forum supported: UNetBoard
Grundlegende Informationen zur Erweiterung
Name | |
ID | npehfldmceamlhloggdocdiihigadpbe |
Offizielle URL | https://chrome.google.com/webstore/detail/quick-forum-downloader/npehfldmceamlhloggdocdiihigadpbe |
Beschreibung | Download the forum attachment quickly |
Dateigröße | 7.22 KB |
Installationsanzahl | 91 |
Aktuelle Version | 1 |
Letztes Update | 2016-08-22 |
Veröffentlichungsdatum | 2016-08-22 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | cheuksam |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/samcheuk/quick-forum-downloader |
Hilfeseite URL | https://github.com/samcheuk/quick-forum-downloader |
Unterstützte Sprachen | 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 } |