Forkfile Download Manager
Forkfile Download Manager
Cos'è Forkfile Download Manager?
Forkfile Download Manager è un'estensione di Chrome sviluppata da https://forkfile.com, e la sua funzione principale è "Forkfile Download Manager".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Forkfile Download Manager
Scarica i file di estensione Forkfile Download Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Forkfile Download Manager |
ID | olifkhgiaclmeffmbahghkpapnfipibl |
URL Ufficiale | https://chromewebstore.google.com/detail/forkfile-download-manager/olifkhgiaclmeffmbahghkpapnfipibl |
Descrizione | Forkfile Download Manager |
Dimensione del File | 478 KB |
Conteggio Installazioni | 756 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2020-02-27 |
Data di Pubblicazione | 2020-02-26 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://forkfile.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://forkfile.com |
URL della Pagina di Aiuto | https://forkfile.com/extension_tutorial.html |
Lingue Supportate | 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 } |