Codex Download Router

Codex Download Router

What is Codex Download Router?

Codex Download Router is a Chrome extension developed by https://codex.ec, and its main feature is "Codex Download Router".

Extension Screenshots

screenshot
screenshot

Download Codex Download Router Extension CRX File

Download Codex Download Router extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Codex Download Router (Enrutador de descargas).- Organiza las descargas a una carpeta personalizada, tomando en cuenta el dominio y extensión del archivo.                    

Extension Basic Information

Name Codex Download Router Codex Download Router
ID kfbnpiendgnfpanegalobhlflnghnioi
Official URL https://chromewebstore.google.com/detail/codex-download-router/kfbnpiendgnfpanegalobhlflnghnioi
Description Codex Download Router
File Size 48.78 KB
Installation Count 67
Current Version 1.2.3
Last Updated 2017-09-21
Publish Date 2017-09-21
Rating 3.00/5 Total 2 Ratings
Developer https://codex.ec
Email [email protected]
Payment Type free
Supported Languages 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"
}