Browse Battle

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

Browse Battleคืออะไร?

Browse Battle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jason S. Mow และคุณลักษณะหลักของมันคือ "Browse Battle allows you to engage in Pokemon-like battles across the web as you browse"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browse Battle

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}