Venmo to Venom

Replace all instances of Venmo with a much better word, Venom.

什么是Venmo to Venom?

Venmo to Venom是由benjawmino开发的Chrome扩展程序,该扩展的主要功能是“Replace all instances of Venmo with a much better word, Venom.”。

扩展截图

screenshot

下载Venmo to Venom扩展crx文件

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

扩展使用说明

                        Very simple extension to replace all instances of the word "Venmo" with "Venom".

Based on the template provided in 9to5google's article "How-to: Make your own text-replacing Chrome extension like ‘Millennials to Snake People’".                    

扩展基本信息

名称 Venmo to Venom Venmo to Venom
ID ojbpdcigfaebohhojhfpcjelahlbbpce
官方URL https://chromewebstore.google.com/detail/venmo-to-venom/ojbpdcigfaebohhojhfpcjelahlbbpce
简介 Replace all instances of Venmo with a much better word, Venom.
文件大小 3.52 KB
安装次数 130
当前版本 0.0.1
更新时间 2019-05-14
上架时间 2019-05-11
评分 4.50/5 共2次评分
开发者 benjawmino
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Venmo to Venom",
    "description": "Replace all instances of Venmo with a much better word, Venom.",
    "version": "0.0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}