Venezuela no more

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

Wat is Venezuela no more?

Venezuela no more is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "A funny Chrome extension to get away from Venezuela when you read the Spanish press".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Venezuela no more

Download Venezuela no more-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

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

Basisinformatie over de Extensie

Naam Venezuela no more Venezuela no more
ID dockmddnkfccpgipljohekhegfkmiahd
Officiële URL https://chromewebstore.google.com/detail/venezuela-no-more/dockmddnkfccpgipljohekhegfkmiahd
Beschrijving A funny Chrome extension to get away from Venezuela when you read the Spanish press
Bestandsgrootte 41.88 KB
Aantal Installaties 82
Huidige Versie 0.5
Laatst Bijgewerkt 2019-01-31
Publicatiedatum 2019-01-31
Beoordeling 4.80/5 Totaal 15 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/bameda/chrome-ext-venezuela-no-more
Ondersteunde Talen 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"
            ]
        }
    ]
}