Browse Battle

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

What is Browse Battle?

Browse Battle is a Chrome extension developed by Jason S. Mow, and its main feature is "Browse Battle allows you to engage in Pokemon-like battles across the web as you browse".

Extension Screenshots

screenshot
screenshot
screenshot

Download Browse Battle Extension CRX File

Download Browse Battle 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

                        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                    

Extension Basic Information

Name Browse Battle Browse Battle
ID ijnkoggbcagepgconkhaigfdpmiikoop
Official URL https://chrome.google.com/webstore/detail/browse-battle/ijnkoggbcagepgconkhaigfdpmiikoop
Description Browse Battle allows you to engage in Pokemon-like battles across the web as you browse
File Size 1.79 MB
Installation Count 203
Current Version 1.3
Last Updated 2013-07-28
Publish Date 2013-07-28
Rating 2.92/5 Total 26 Ratings
Developer Jason S. Mow
Payment Type free
Supported Languages 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"
    ]
}