Forkfile Download Manager
Forkfile Download Manager
Co to jest Forkfile Download Manager?
Forkfile Download Manager to rozszerzenie Chrome opracowane przez https://forkfile.com, a jego główną funkcją jest „Forkfile Download Manager”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Forkfile Download Manager
Pobierz pliki rozszerzeń Forkfile Download Manager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Forkfile Download Manager |
ID | olifkhgiaclmeffmbahghkpapnfipibl |
Oficjalny URL | https://chromewebstore.google.com/detail/forkfile-download-manager/olifkhgiaclmeffmbahghkpapnfipibl |
Opis | Forkfile Download Manager |
Rozmiar pliku | 478 KB |
Liczba instalacji | 756 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2020-02-27 |
Data Publikacji | 2020-02-26 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://forkfile.com |
Typ Płatności | free |
Strona Rozszerzenia | https://forkfile.com |
Adres URL Strony Pomocy | https://forkfile.com/extension_tutorial.html |
Obsługiwane Języki | 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 } |