Browse Battle

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

Wat is Browse Battle?

Browse Battle is een Chrome-extensie ontwikkeld door Jason S. Mow, en de belangrijkste functie is "Browse Battle allows you to engage in Pokemon-like battles across the web as you browse".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Browse Battle

Download Browse Battle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Browse Battle Browse Battle
ID ijnkoggbcagepgconkhaigfdpmiikoop
Officiële URL https://chrome.google.com/webstore/detail/browse-battle/ijnkoggbcagepgconkhaigfdpmiikoop
Beschrijving Browse Battle allows you to engage in Pokemon-like battles across the web as you browse
Bestandsgrootte 1.79 MB
Aantal Installaties 203
Huidige Versie 1.3
Laatst Bijgewerkt 2013-07-28
Publicatiedatum 2013-07-28
Beoordeling 2.92/5 Totaal 26 Beoordelingen
Ontwikkelaar Jason S. Mow
Betalingswijze free
Ondersteunde Talen 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"
    ]
}