jeff-who
Replaces Bezos with Jeff Who?
什么是jeff-who?
jeff-who是由lukeify开发的Chrome扩展程序,该扩展的主要功能是“Replaces Bezos with Jeff Who?”。
扩展截图
下载jeff-who扩展crx文件
下载jeff-who扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        WebExtension to replace "Jeff Bezos" (and permutations thereof) with "Jeff Who?" — also includes a few Easter Eggs.                     扩展基本信息
| 名称 |   |  
| ID | iiniimpnoajeiekkfhlpdpcibaahcbpl | 
| 官方URL | https://chromewebstore.google.com/detail/jeff-who/iiniimpnoajeiekkfhlpdpcibaahcbpl | 
| 简介 | Replaces Bezos with Jeff Who? | 
| 文件大小 | 93 KB | 
| 安装次数 | 34 | 
| 当前版本 | 1.0.2 | 
| 更新时间 | 2017-12-15 | 
| 上架时间 | 2017-12-14 | 
| 评分 | 4.78/5 共9次评分 | 
| 开发者 | lukeify | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/lukeify/jeff-who | 
| 帮助页面URL | https://github.com/lukeify/jeff-who | 
| 支持的语言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "A SpaceX Fan",
    "manifest_version": 2,
    "name": "jeff-who",
    "version": "1.0.2",
    "description": "Replaces Bezos with Jeff Who?",
    "icons": {
        "40": "icons\/icon-40.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/jeff-who.js"
            ]
        },
        {
            "matches": [
                "https:\/\/en.wikipedia.org\/wiki\/Jeff_Bezos",
                "https:\/\/en.wikipedia.org\/wiki\/jeff_bezos",
                "https:\/\/en.wikipedia.org\/wiki\/Jeff_bezos",
                "https:\/\/en.wikipedia.org\/wiki\/jeff_Bezos"
            ],
            "js": [
                "src\/wikipedia.js"
            ]
        },
        {
            "matches": [
                "https:\/\/twitter.com\/jeffbezos",
                "https:\/\/twitter.com\/jeffBezos",
                "https:\/\/twitter.com\/Jeffbezos",
                "https:\/\/twitter.com\/JeffBezos"
            ],
            "js": [
                "src\/twitter.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.washingtonpost.com\/*"
            ],
            "js": [
                "src\/washington-post.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.blueorigin.com\/"
            ],
            "js": [
                "src\/blue-origin.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ]
}  |  |