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开发的Chrome扩展程序,该扩展的主要功能是“A funny Chrome extension to get away from Venezuela when you read the Spanish press”。

扩展截图

screenshot
screenshot

下载Venezuela no more扩展crx文件

下载Venezuela no more扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}