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
官方網址 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"
            ]
        }
    ]
}