Forkfile Download Manager
Forkfile Download Manager
Wat is Forkfile Download Manager?
Forkfile Download Manager is een Chrome-extensie ontwikkeld door https://forkfile.com, en de belangrijkste functie is "Forkfile Download Manager".
Extensie Screenshots
Download het CRX-bestand van de extensie Forkfile Download Manager
Download Forkfile Download Manager-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
Automatically manage download task for Wdupload, Extmatrix, Uploaded, Alfafile, etc. How to use: Right click on the page of file, click "Add to Forkfile", you will see the task on Forkfile and get generated download link shortly.
Basisinformatie over de Extensie
Naam | Forkfile Download Manager |
ID | olifkhgiaclmeffmbahghkpapnfipibl |
Officiële URL | https://chromewebstore.google.com/detail/forkfile-download-manager/olifkhgiaclmeffmbahghkpapnfipibl |
Beschrijving | Forkfile Download Manager |
Bestandsgrootte | 478 KB |
Aantal Installaties | 756 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-02-27 |
Publicatiedatum | 2020-02-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://forkfile.com |
Betalingswijze | free |
Extensiewebsite | https://forkfile.com |
Help Pagina-URL | https://forkfile.com/extension_tutorial.html |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Forkfile Download Manager", "version": "1.0.1", "description": "Forkfile Download Manager", "permissions": [ "contextMenus", "notifications", "activeTab", "*:\/\/forkfile.com\/*" ], "web_accessible_resources": [ "images\/logo.png" ], "background": { "scripts": [ "background\/index.js" ], "persistent": true }, "browser_action": { "default_popup": "popup\/index.html", "default_icon": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" } }, "icons": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "manifest_version": 2 } |