Download Station - Filer.net

Get all Filer.net links in one string

Qu'est-ce que Download Station - Filer.net ?

Download Station - Filer.net est une extension Chrome développée par sladomic, et sa fonction principale est "Get all Filer.net links in one string".

Télécharger le fichier CRX de l'extension Download Station - Filer.net

Téléchargez les fichiers d'extension Download Station - Filer.net 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

                        Get all Filer.net links in one string (all links will be copied to the clipboard).                    

Informations de Base sur l'Extension

Nom Download Station - Filer.net Download Station - Filer.net
ID kmejfgibpfncinliojieccbmldkbnajl
URL Officiel https://chromewebstore.google.com/detail/download-station-filernet/kmejfgibpfncinliojieccbmldkbnajl
Description Get all Filer.net links in one string
Taille du Fichier 32.61 KB
Nombre d'Installations 32
Version Actuelle 1.0
Dernière Mise à Jour 2017-01-18
Date de Publication 2017-01-18
Développeur sladomic
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download Station - Filer.net",
    "description": "Get all Filer.net links in one string",
    "version": "1.0",
    "browser_action": {
        "default_title": "Copy the Filer.net links to clipboard"
    },
    "background": {
        "scripts": [
            "jquery-2.1.3.min.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}