Venezuela no more

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

Vad är Venezuela no more?

Venezuela no more är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "A funny Chrome extension to get away from Venezuela when you read the Spanish press".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Venezuela no more-förlängningens CRX-fil

Ladda ner Venezuela no more-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Venezuela no more Venezuela no more
ID dockmddnkfccpgipljohekhegfkmiahd
Officiell webbadress https://chromewebstore.google.com/detail/venezuela-no-more/dockmddnkfccpgipljohekhegfkmiahd
Beskrivning A funny Chrome extension to get away from Venezuela when you read the Spanish press
Filstorlek 41.88 KB
Antal Installationer 82
Aktuell Version 0.5
Senast Uppdaterad 2019-01-31
Publiceringsdatum 2019-01-31
Betyg 4.80/5 Totalt 15 Betyg
Utvecklare Unknown
Betalningssätt free
Tilläggswebbplats https://github.com/bameda/chrome-ext-venezuela-no-more
Stödda Språk 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"
            ]
        }
    ]
}