Browse Battle

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

什么是Browse Battle?

Browse Battle是由Jason S. Mow开发的Chrome扩展程序,该扩展的主要功能是“Browse Battle allows you to engage in Pokemon-like battles across the web as you browse”。

扩展截图

screenshot
screenshot
screenshot

下载Browse Battle扩展crx文件

下载Browse Battle扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Browse Battle Browse Battle
ID ijnkoggbcagepgconkhaigfdpmiikoop
官方URL https://chrome.google.com/webstore/detail/browse-battle/ijnkoggbcagepgconkhaigfdpmiikoop
简介 Browse Battle allows you to engage in Pokemon-like battles across the web as you browse
文件大小 1.79 MB
安装次数 203
当前版本 1.3
更新时间 2013-07-28
上架时间 2013-07-28
评分 2.92/5 共26次评分
开发者 Jason S. Mow
付费类型 free
支持的语言 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"
    ]
}