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!”。
擴展截圖
下載Webilization Beta擴展crx文件
下載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 |
ID | bchcolnbfnalnpijidaaddhmojdgbfjg |
官方網址 | 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" } } |