Venezuela no more

A funny Chrome extension to get away from Venezuela when you read the Spanish press

Cos'è Venezuela no more?

Venezuela no more è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "A funny Chrome extension to get away from Venezuela when you read the Spanish press".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Venezuela no more

Scarica i file di estensione Venezuela no more 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

                        A funny Chrome extension to get away from Venezuela when you read the Spanish press.                    

Informazioni di Base sull'Estensione

Nome Venezuela no more Venezuela no more
ID dockmddnkfccpgipljohekhegfkmiahd
URL Ufficiale https://chromewebstore.google.com/detail/venezuela-no-more/dockmddnkfccpgipljohekhegfkmiahd
Descrizione A funny Chrome extension to get away from Venezuela when you read the Spanish press
Dimensione del File 41.88 KB
Conteggio Installazioni 82
Versione Corrente 0.5
Ultimo Aggiornamento 2019-01-31
Data di Pubblicazione 2019-01-31
Valutazione 4.80/5 Totale 15 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/bameda/chrome-ext-venezuela-no-more
Lingue Supportate es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Venezuela no more",
    "version": "0.5",
    "author": "David Barrag\u00e1n Merino (@bameda)",
    "description": "A funny Chrome extension to get away from Venezuela when you read the Spanish press",
    "homepage_url": "https:\/\/github.com\/bameda\/chrome-ext-venezuela-no-more",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "libs\/findAndReplaceDOMText.js",
                "content.js"
            ]
        }
    ]
}