Obamarmy

An extension that places Obama stickers when you click on newpage

Obamarmy란 무엇입니까?

Obamarmy은(는) Thaovy Van에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that places Obama stickers when you click on newpage"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Wish Obama served a third term? This extension replaces the new tab page with an American flag and places an Obama sticker wherever you click. It's like Obama never left office!

Created by: Thaovy Van

github repo: https://github.com/thaovyvan/Obamarmy

Contact me for any suggestions!                    

확장 프로그램 기본 정보

이름 Obamarmy Obamarmy
ID kjphlkhlnibhdiehhobniokffmlgbnbk
공식 URL https://chromewebstore.google.com/detail/obamarmy/kjphlkhlnibhdiehhobniokffmlgbnbk
설명 An extension that places Obama stickers when you click on newpage
파일 크기 1.09 MB
설치 횟수 71
현재 버전 1.0
최근 업데이트 2017-01-16
출시 날짜 2017-01-16
평점 5.00/5 총 2 개의 평점
개발자 Thaovy Van
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Obamarmy",
    "description": "An extension that places Obama stickers when you click on newpage",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "index.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "obama.png"
    }
}