Browse Battle

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

Cos'è Browse Battle?

Browse Battle è un'estensione di Chrome sviluppata da Jason S. Mow, e la sua funzione principale è "Browse Battle allows you to engage in Pokemon-like battles across the web as you browse".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Browse Battle

Scarica i file di estensione Browse Battle in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Browse Battle Browse Battle
ID ijnkoggbcagepgconkhaigfdpmiikoop
URL Ufficiale https://chrome.google.com/webstore/detail/browse-battle/ijnkoggbcagepgconkhaigfdpmiikoop
Descrizione Browse Battle allows you to engage in Pokemon-like battles across the web as you browse
Dimensione del File 1.79 MB
Conteggio Installazioni 203
Versione Corrente 1.3
Ultimo Aggiornamento 2013-07-28
Data di Pubblicazione 2013-07-28
Valutazione 2.92/5 Totale 26 Valutazioni
Sviluppatore Jason S. Mow
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}