Venezuela no more

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

Venezuela no more क्या है?

Venezuela no more Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A funny Chrome extension to get away from Venezuela when you read the Spanish press"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Venezuela no more एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Venezuela no more Venezuela no more
ID dockmddnkfccpgipljohekhegfkmiahd
आधिकारिक URL https://chromewebstore.google.com/detail/venezuela-no-more/dockmddnkfccpgipljohekhegfkmiahd
विवरण A funny Chrome extension to get away from Venezuela when you read the Spanish press
फ़ाइल का आकार 41.88 KB
स्थापना संख्या 82
वर्तमान संस्करण 0.5
अंतिम अपडेट 2019-01-31
प्रकाशन तिथि 2019-01-31
रेटिंग 4.80/5 कुल 15 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/bameda/chrome-ext-venezuela-no-more
समर्थित भाषाएँ 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"
            ]
        }
    ]
}