Download Station - Filer.net
Get all Filer.net links in one string
Cos'è Download Station - Filer.net?
Download Station - Filer.net è un'estensione di Chrome sviluppata da sladomic, e la sua funzione principale è "Get all Filer.net links in one string".
Scarica il file CRX dell'estensione Download Station - Filer.net
Scarica i file di estensione Download Station - Filer.net 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
Get all Filer.net links in one string (all links will be copied to the clipboard).
Informazioni di Base sull'Estensione
Nome | Download Station - Filer.net |
ID | kmejfgibpfncinliojieccbmldkbnajl |
URL Ufficiale | https://chromewebstore.google.com/detail/download-station-filernet/kmejfgibpfncinliojieccbmldkbnajl |
Descrizione | Get all Filer.net links in one string |
Dimensione del File | 32.61 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-01-18 |
Data di Pubblicazione | 2017-01-18 |
Sviluppatore | sladomic |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |