WebRPG

Walk around webpages with a rpg character!

WebRPGคืออะไร?

WebRPG เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dannyhendrix.com และคุณลักษณะหลักของมันคือ "Walk around webpages with a rpg character!"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย WebRPG ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Useless but funny. Instead of using your mouse, use this character to walk around on webpages :).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WebRPG WebRPG
ID inchdjcmcanbgkliakpooegokknmomki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webrpg/inchdjcmcanbgkliakpooegokknmomki
คำอธิบาย Walk around webpages with a rpg character!
ขนาดไฟล์ 145 KB
จำนวนการติดตั้ง 83
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2016-05-21
วันที่เผยแพร่ 2016-05-21
คะแนน 4.43/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://dannyhendrix.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.dannyhendrix.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebRPG",
    "description": "Walk around webpages with a rpg character!",
    "version": "2.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "settings.html",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "name": "Activate WebRPG",
        "default_icon": "images\/icons\/icon.png"
    },
    "icons": {
        "16": "images\/icons\/icon.png",
        "48": "images\/icons\/icon48.png"
    },
    "web_accessible_resources": [
        "images\/character\/*.teamx"
    ],
    "manifest_version": 2
}