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
官方網址 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"
    ]
}