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"
    ]
}