Dólar al instante

Muestra el valor actualizado del dólar en Argentina en el navegador y brinda información adicional sobre las cotizaciones.

What is Dólar al instante?

Dólar al instante is a Chrome extension developed by brodskyy88, and its main feature is "Muestra el valor actualizado del dólar en Argentina en el navegador y brinda información adicional sobre las cotizaciones.".

Extension Screenshots

screenshot

Download Dólar al instante Extension CRX File

Download Dólar al instante 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

                        - Cotizacion en tiempo real del dolar oficial
- Cotizacion en tiempo real del dolar blue                    

Extension Basic Information

Name Dólar al instante Dólar al instante
ID abnmfhjjfdjnionjbpbojejaahikafaj
Official URL https://chromewebstore.google.com/detail/d%C3%B3lar-al-instante/abnmfhjjfdjnionjbpbojejaahikafaj
Description Muestra el valor actualizado del dólar en Argentina en el navegador y brinda información adicional sobre las cotizaciones.
File Size 1.33 MB
Installation Count 224
Current Version 1.0.0
Last Updated 2020-11-08
Publish Date 2020-11-08
Rating 3.67/5 Total 3 Ratings
Developer brodskyy88
Email [email protected]
Payment Type free
Supported Languages es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Muestra el valor actualizado del d\u00f3lar en Argentina en el navegador y brinda informaci\u00f3n adicional sobre las cotizaciones.",
    "version": "1.0.0",
    "manifest_version": 2,
    "name": "D\u00f3lar al instante",
    "short_name": "DolarAlInstante",
    "author": "El Abeja ",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-24.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "24": "icon-24.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "background",
        "https:\/\/api.bluelytics.com.ar\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}