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