Webilization Beta

Enhance your browsing experience with this amazing clicker game!

Webilization Betaคืออะไร?

Webilization Beta เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ZaneCZ และคุณลักษณะหลักของมันคือ "Enhance your browsing experience with this amazing clicker game!"

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

screenshot
screenshot

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

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

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

                        Are you tired of playing games and wasting away your precious time? This is the game for you! Webilization is played by your regular browsing activity - Grow by every click, every message you write or even by watching videos!

Like Webilization on Facebook to get the latest info!
https://www.facebook.com/webilizationGame/

FAQ:
Q: Why do you need access to modify content on all websites?
A: In order to generate points, we have to connect to javascript events on all websites. This is currently used to register clicking, typing, scrolling and "timeupdate" (Triggered while watching videos or listening to music online)

Q: Can I share my progress between multiple devices?
A: Yes, Webilization progress is shared between all synched browsers. Unfortunately due to software limitations it is impossible to play on multiple devices simultaneously without one device overwriting the other.                    

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

ชื่อ Webilization Beta Webilization Beta
ID bchcolnbfnalnpijidaaddhmojdgbfjg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webilization-beta/bchcolnbfnalnpijidaaddhmojdgbfjg
คำอธิบาย Enhance your browsing experience with this amazing clicker game!
ขนาดไฟล์ 600 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 0.2.3.0
อัปเดตครั้งล่าสุด 2018-09-09
วันที่เผยแพร่ 2018-09-09
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา ZaneCZ
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.facebook.com/webilizationGame/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Webilization Beta",
    "description": "Enhance your browsing experience with this amazing clicker game!",
    "version": "0.2.3.0",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Webilization",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab"
    ],
    "icons": {
        "32": "webilization_logo_small.png"
    }
}