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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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