Browse Battle

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

Vad är Browse Battle?

Browse Battle är en Chrome-tillägg utvecklad av Jason S. Mow, och dess huvudfunktion är "Browse Battle allows you to engage in Pokemon-like battles across the web as you browse".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Browse Battle-förlängningens CRX-fil

Ladda ner Browse Battle-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Browse Battle Browse Battle
ID ijnkoggbcagepgconkhaigfdpmiikoop
Officiell webbadress https://chrome.google.com/webstore/detail/browse-battle/ijnkoggbcagepgconkhaigfdpmiikoop
Beskrivning Browse Battle allows you to engage in Pokemon-like battles across the web as you browse
Filstorlek 1.79 MB
Antal Installationer 203
Aktuell Version 1.3
Senast Uppdaterad 2013-07-28
Publiceringsdatum 2013-07-28
Betyg 2.92/5 Totalt 26 Betyg
Utvecklare Jason S. Mow
Betalningssätt free
Stödda Språk 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"
    ]
}