Forkfile Download Manager

Forkfile Download Manager

Qu'est-ce que Forkfile Download Manager ?

Forkfile Download Manager est une extension Chrome développée par https://forkfile.com, et sa fonction principale est "Forkfile Download Manager".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Forkfile Download Manager

Téléchargez les fichiers d'extension Forkfile Download Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Forkfile Download Manager Forkfile Download Manager
ID olifkhgiaclmeffmbahghkpapnfipibl
URL Officiel https://chromewebstore.google.com/detail/forkfile-download-manager/olifkhgiaclmeffmbahghkpapnfipibl
Description Forkfile Download Manager
Taille du Fichier 478 KB
Nombre d'Installations 756
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-02-27
Date de Publication 2020-02-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://forkfile.com
Type de Paiement free
Site Web de l'Extension https://forkfile.com
URL de la Page d'Aide https://forkfile.com/extension_tutorial.html
Langues Prises en Charge 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
}