Webilization Beta

Enhance your browsing experience with this amazing clicker game!

Webilization Beta là gì?

Webilization Beta là một tiện ích mở rộng Chrome được phát triển bởi ZaneCZ, và tính năng chính của nó là "Enhance your browsing experience with this amazing clicker game!".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Webilization Beta 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

                        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.                    

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

Tên Webilization Beta Webilization Beta
ID bchcolnbfnalnpijidaaddhmojdgbfjg
URL Chính Thức https://chromewebstore.google.com/detail/webilization-beta/bchcolnbfnalnpijidaaddhmojdgbfjg
Mô tả Enhance your browsing experience with this amazing clicker game!
Kích Thước Tệp 600 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 0.2.3.0
Cập Nhật Lần Cuối 2018-09-09
Ngày Phát Hành 2018-09-09
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển ZaneCZ
Loại Thanh Toán free
Trang Web Mở Rộng https://www.facebook.com/webilizationGame/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}