OGame Random Activity
Automatically switch planets and moons within an interval of time.
什么是OGame Random Activity?
OGame Random Activity是由Andrés开发的Chrome扩展程序,该扩展的主要功能是“Automatically switch planets and moons within an interval of time.”。
扩展截图
下载OGame Random Activity扩展crx文件
下载OGame Random Activity扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Description: Automatically switch between planets 🌍 and moons 🌕 at timed intervals ⏰ to keep your account active and avoid unwanted attention. Stay alert, even while grabbing some 💤🤖 Enjoying the cosmic experience? Consider supporting the project with a donation in ETH! Your contributions keep the stars shining. 🚀✨ If you'd like to chip in, our ETH address is: 0x8688537ffc7078746d2e4dc1702e3428d53db83a Thank you for helping us explore new frontiers together!
扩展基本信息
名称 | OGame Random Activity |
ID | kdpihbpmaadafcafgfpjigjcipegnckb |
官方URL | https://chromewebstore.google.com/detail/ogame-random-activity/kdpihbpmaadafcafgfpjigjcipegnckb |
简介 | Automatically switch planets and moons within an interval of time. |
文件大小 | 69.09 KB |
安装次数 | 1,068 |
当前版本 | 1.4 |
更新时间 | 2024-01-03 |
上架时间 | 2020-01-07 |
评分 | 4.20/5 共5次评分 |
开发者 | Andrés |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OGame Random Activity", "version": "1.4", "description": "Automatically switch planets and moons within an interval of time.", "permissions": [ "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=*", "storage" ], "content_scripts": [ { "css": [], "js": [ "jquery-3.3.1.min.js", "contentScript.js" ], "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=*" ] } ], "icons": { "16": "icon-on.png", "48": "icon-on.png", "128": "icon-on.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "manifest_version": 2 } |