Browse Battle

Browse Battle allows you to engage in Pokemon-like battles across the web as you browse

Browse Battle란 무엇입니까?

Browse Battle은(는) Jason S. Mow에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse Battle allows you to engage in Pokemon-like battles across the web as you browse"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This chrome plugin allows you to engage in pokemon battles against any website on the internet!

Try to catch stronger websites until you have the strongest of them all, like Google or Facebook!

Created at Greylock Hackfest 2013                    

확장 프로그램 기본 정보

이름 Browse Battle Browse Battle
ID ijnkoggbcagepgconkhaigfdpmiikoop
공식 URL https://chrome.google.com/webstore/detail/browse-battle/ijnkoggbcagepgconkhaigfdpmiikoop
설명 Browse Battle allows you to engage in Pokemon-like battles across the web as you browse
파일 크기 1.79 MB
설치 횟수 203
현재 버전 1.3
최근 업데이트 2013-07-28
출시 날짜 2013-07-28
평점 2.92/5 총 26 개의 평점
개발자 Jason S. Mow
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browse Battle",
    "description": "Browse Battle allows you to engage in Pokemon-like battles across the web as you browse",
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css",
                "battle\/style.css",
                "battle\/animate.min.css"
            ],
            "js": [
                "core.js",
                "battle\/battle.js",
                "jquery.js",
                "battle\/msg.js",
                "player.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/secure.flickr.com\/",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "battle\/107-battle-vs-wild-pokemon-.mp3",
        "battle\/pokeball.png",
        "battle\/index.html",
        "battle\/script.js",
        "battle\/battle.js",
        "battle\/style.css"
    ]
}