Dólar al instante

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

Wat is Dólar al instante?

Dólar al instante is een Chrome-extensie ontwikkeld door brodskyy88, en de belangrijkste functie is "Muestra el valor actualizado del dólar en Argentina en el navegador y brinda información adicional sobre las cotizaciones.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dólar al instante

Download Dólar al instante-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Dólar al instante Dólar al instante
ID abnmfhjjfdjnionjbpbojejaahikafaj
Officiële URL https://chromewebstore.google.com/detail/d%C3%B3lar-al-instante/abnmfhjjfdjnionjbpbojejaahikafaj
Beschrijving Muestra el valor actualizado del dólar en Argentina en el navegador y brinda información adicional sobre las cotizaciones.
Bestandsgrootte 1.33 MB
Aantal Installaties 224
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-11-08
Publicatiedatum 2020-11-08
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar brodskyy88
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}