Browse Battle

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

Browse Battle là gì?

Browse Battle là một tiện ích mở rộng Chrome được phát triển bởi Jason S. Mow, và tính năng chính của nó là "Browse Battle allows you to engage in Pokemon-like battles across the web as you browse".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Browse Battle

Tải xuống các tệp mở rộng Browse Battle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Browse Battle Browse Battle
ID ijnkoggbcagepgconkhaigfdpmiikoop
URL Chính Thức https://chrome.google.com/webstore/detail/browse-battle/ijnkoggbcagepgconkhaigfdpmiikoop
Mô tả Browse Battle allows you to engage in Pokemon-like battles across the web as you browse
Kích Thước Tệp 1.79 MB
Số Lần Cài Đặt 203
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2013-07-28
Ngày Phát Hành 2013-07-28
Đánh Giá 2.92/5 Tổng số 26 Đánh Giá
Nhà Phát Triển Jason S. Mow
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}