Harvey overload

steve harvey is overloading my computer

Harvey overload란 무엇입니까?

Harvey overload은(는) simon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "steve harvey is overloading my computer"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Harvey overload 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        replaces all images on page to ones of our beautiful mustashed man, Steve Harvey. 
users will want to install it for tricks and seeing their friends faces lol.                    

확장 프로그램 기본 정보

이름 Harvey overload Harvey overload
ID fohfoldepoehoeahemlecicigbjdccnc
공식 URL https://chromewebstore.google.com/detail/harvey-overload/fohfoldepoehoeahemlecicigbjdccnc
설명 steve harvey is overloading my computer
파일 크기 133 KB
설치 횟수 93
현재 버전 1.1
최근 업데이트 2021-02-25
출시 날짜 2019-05-07
개발자 simon
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Harvey overload",
    "description": "steve harvey is overloading my computer",
    "manifest_version": 2,
    "version": "1.1",
    "browser_action": {
        "default_icon": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}