jeff-who

Replaces Bezos with Jeff Who?

What is jeff-who?

jeff-who is a Chrome extension developed by lukeify, and its main feature is "Replaces Bezos with Jeff Who?".

Extension Screenshots

screenshot

Download jeff-who Extension CRX File

Download jeff-who extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        WebExtension to replace "Jeff Bezos" (and permutations thereof) with "Jeff Who?" — also includes a few Easter Eggs.                    

Extension Basic Information

Name jeff-who jeff-who
ID iiniimpnoajeiekkfhlpdpcibaahcbpl
Official URL https://chromewebstore.google.com/detail/jeff-who/iiniimpnoajeiekkfhlpdpcibaahcbpl
Description Replaces Bezos with Jeff Who?
File Size 93 KB
Installation Count 34
Current Version 1.0.2
Last Updated 2017-12-15
Publish Date 2017-12-14
Rating 4.78/5 Total 9 Ratings
Developer lukeify
Payment Type free
Extension Website https://github.com/lukeify/jeff-who
Help Page URL https://github.com/lukeify/jeff-who
Supported Languages 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"
    ]
}