jeff-who

Replaces Bezos with Jeff Who?

jeff-who란 무엇입니까?

jeff-who은(는) lukeify에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces Bezos with Jeff Who?"입니다.

확장 프로그램 스크린샷

screenshot

jeff-who 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 jeff-who jeff-who
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"
    ]
}