Quick Forum Downloader
Download the forum attachment quickly
Wat is Quick Forum Downloader?
Quick Forum Downloader is een Chrome-extensie ontwikkeld door cheuksam, en de belangrijkste functie is "Download the forum attachment quickly".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick Forum Downloader
Download Quick Forum Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Single click for download forum attachment Forum supported: UNetBoard
Basisinformatie over de Extensie
Naam | |
ID | npehfldmceamlhloggdocdiihigadpbe |
Officiële URL | https://chrome.google.com/webstore/detail/quick-forum-downloader/npehfldmceamlhloggdocdiihigadpbe |
Beschrijving | Download the forum attachment quickly |
Bestandsgrootte | 7.22 KB |
Aantal Installaties | 91 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2016-08-22 |
Publicatiedatum | 2016-08-22 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | cheuksam |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/samcheuk/quick-forum-downloader |
Help Pagina-URL | https://github.com/samcheuk/quick-forum-downloader |
Ondersteunde Talen | 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 } |