Webilization Beta
Enhance your browsing experience with this amazing clicker game!
Was ist Webilization Beta?
Webilization Beta ist eine Chrome-Erweiterung, die von ZaneCZ entwickelt wurde, und ihr Hauptmerkmal ist "Enhance your browsing experience with this amazing clicker game!".
Erweiterungsscreenshots
Webilization Beta-Erweiterungs-CRX-Datei herunterladen
Laden Sie Webilization Beta-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Webilization Beta |
ID | bchcolnbfnalnpijidaaddhmojdgbfjg |
Offizielle URL | https://chromewebstore.google.com/detail/webilization-beta/bchcolnbfnalnpijidaaddhmojdgbfjg |
Beschreibung | Enhance your browsing experience with this amazing clicker game! |
Dateigröße | 600 KB |
Installationsanzahl | 28 |
Aktuelle Version | 0.2.3.0 |
Letztes Update | 2018-09-09 |
Veröffentlichungsdatum | 2018-09-09 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | ZaneCZ |
Zahlungsart | free |
Erweiterungswebsite | https://www.facebook.com/webilizationGame/ |
Unterstützte Sprachen | 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" } } |