Webilization Beta

Enhance your browsing experience with this amazing clicker game!

¿Qué es Webilization Beta?

Webilization Beta es una extensión de Chrome desarrollada por ZaneCZ, y su función principal es "Enhance your browsing experience with this amazing clicker game!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Webilization Beta

Descarga archivos de extensión Webilization Beta en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Webilization Beta Webilization Beta
ID bchcolnbfnalnpijidaaddhmojdgbfjg
URL Oficial https://chromewebstore.google.com/detail/webilization-beta/bchcolnbfnalnpijidaaddhmojdgbfjg
Descripción Enhance your browsing experience with this amazing clicker game!
Tamaño del Archivo 600 KB
Cantidad de Instalaciones 28
Versión Actual 0.2.3.0
Última Actualización 2018-09-09
Fecha de Publicación 2018-09-09
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador ZaneCZ
Tipo de Pago free
Sitio Web de la Extensión https://www.facebook.com/webilizationGame/
Idiomas Soportados 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"
    }
}