Codex Download Router
Codex Download Router
Cos'è Codex Download Router?
Codex Download Router è un'estensione di Chrome sviluppata da https://codex.ec, e la sua funzione principale è "Codex Download Router".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Codex Download Router
Scarica i file di estensione Codex Download Router 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
Codex Download Router (Enrutador de descargas).- Organiza las descargas a una carpeta personalizada, tomando en cuenta el dominio y extensión del archivo. Informazioni di Base sull'Estensione
| Nome | |
| ID | kfbnpiendgnfpanegalobhlflnghnioi |
| URL Ufficiale | https://chromewebstore.google.com/detail/codex-download-router/kfbnpiendgnfpanegalobhlflnghnioi |
| Descrizione | Codex Download Router |
| Dimensione del File | 48.78 KB |
| Conteggio Installazioni | 67 |
| Versione Corrente | 1.2.3 |
| Ultimo Aggiornamento | 2017-09-21 |
| Data di Pubblicazione | 2017-09-21 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://codex.ec |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | es |
| manifest.json | |
{
"background": {
"persistent": false,
"scripts": [
"manager.js"
]
},
"browser_action": {
"default_icon": "data\/icon16.png",
"default_popup": "popup.html"
},
"default_locale": "es",
"description": "__MSG_appDesc__",
"icons": {
"128": "data\/icon128.png",
"16": "data\/icon16.png",
"32": "data\/icon32.png",
"48": "data\/icon48.png"
},
"author": "Danny Emanuel Mu\u00f1oz Flores",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAid32V0IqTiJoqlStrRpZMsinB0TPhHprwxyLy3oIO3CFGKu6r3qupS7742lP5TpjmjG9m80pyRuf9ERHz9Y9Tab30PIWO6vvElCJlo6FxFCGLwI42Vg24zGH0otYvfohNp3VU86PBdnhQRXwEx6SQ++SfJYLE1uehY4Nd7j\/GWEzaSV7n5k+JiDsGhDgIJtnWTG5Wo7phMT0\/PWrAEoAkwim4dUUvy8iOX\/zoEmHyR4YQSMDqAWp0aL18+8Vy\/MBiVpE8RWx9pk\/95TeKOeSNIDbh5z8o+Wl1HtNiVLjaamp3cAdIga+uJHVKYdLd9R+15yBJSbwSeyCuHoRs1foJQIDAQAB",
"manifest_version": 2,
"name": "__MSG_appName__",
"options_page": "options.html",
"permissions": [
"downloads",
"notifications"
],
"short_name": "CodexDownloadRouter",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.2.3"
} | |