Webilization Beta

Enhance your browsing experience with this amazing clicker game!

Webilization Beta란 무엇입니까?

Webilization Beta은(는) ZaneCZ에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance your browsing experience with this amazing clicker game!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Webilization Beta 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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