Browse Battle

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

Was ist Browse Battle?

Browse Battle ist eine Chrome-Erweiterung, die von Jason S. Mow entwickelt wurde, und ihr Hauptmerkmal ist "Browse Battle allows you to engage in Pokemon-like battles across the web as you browse".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Browse Battle-Erweiterungs-CRX-Datei herunterladen

Laden Sie Browse Battle-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Browse Battle Browse Battle
ID ijnkoggbcagepgconkhaigfdpmiikoop
Offizielle URL https://chrome.google.com/webstore/detail/browse-battle/ijnkoggbcagepgconkhaigfdpmiikoop
Beschreibung Browse Battle allows you to engage in Pokemon-like battles across the web as you browse
Dateigröße 1.79 MB
Installationsanzahl 203
Aktuelle Version 1.3
Letztes Update 2013-07-28
Veröffentlichungsdatum 2013-07-28
Bewertung 2.92/5 Insgesamt 26 Bewertungen
Entwickler Jason S. Mow
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}