AntiGameReborn
AGR - the other OGame experience for all communities.
Τι είναι το AntiGameReborn;
Το AntiGameReborn είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον RiV-, και η κύρια λειτουργία του είναι "AGR - the other OGame experience for all communities.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AntiGameReborn
Λήψη αρχείων επέκτασης AntiGameReborn σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Enhances OGame for experienced users with many features.
- Plenty of features for convenient regular play
- Permanent storage of options and data in the browser with ability to backup and synchronize them with other browsers and game accounts.
- Participates in "Fair play" and might stop working if strictly forbidden tools are used.
Copyrights:
- OGame is a browser game from GameForge.
Official AntiGameReborn Discord server: https://discord.gg/sb72AFN Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | mhfbpacbhjchkjeopjfgdhckepclcfll |
| Επίσημο URL | https://chromewebstore.google.com/detail/antigamereborn/mhfbpacbhjchkjeopjfgdhckepclcfll |
| Περιγραφή | AGR - the other OGame experience for all communities. |
| Μέγεθος Αρχείου | 1.28 MB |
| Αριθμός Εγκαταστάσεων | 29,480 |
| Τρέχουσα Έκδοση | 11.3.1 |
| Τελευταία Ενημέρωση | 2024-03-04 |
| Ημερομηνία Δημοσίευσης | 2020-06-15 |
| Αξιολόγηση | 4.02/5 Συνολικά 93 Αξιολογήσεις |
| Προγραμματιστής | RiV- |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://www.antiga.me/en/ |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://discord.gg/sb72AFN |
| URL της Σελίδας Πολιτικής Απορρήτου | https://www.antiga.me/en/privacy |
| Υποστηριζόμενες Γλώσσες | de,en,fr,nl,tr,es,hr,it,pl,pt-BR,pt-PT,ro,sk,cs,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AntiGameReborn",
"short_name": "AGR",
"version": "11.3.1",
"version_name": "11.3.1",
"description": "AGR - the other OGame experience for all communities.",
"default_locale": "en",
"manifest_version": 2,
"permissions": [
"unlimitedStorage",
"storage",
"https:\/\/*.ogame.gameforge.com\/*",
"https:\/\/api.antiga.me\/*"
],
"web_accessible_resources": [
"js\/*.js",
"skin\/*",
"loca\/*.json"
],
"background": {
"scripts": [
"js\/basics.js",
"js\/agb.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/*.ogame.gameforge.com\/game\/index.php*"
],
"js": [
"js\/libs\/purify.min.js",
"js\/basics.js",
"js\/main.js"
],
"css": [
"skin\/ago\/main.css",
"skin\/ago\/main_events.css",
"skin\/ago\/main_planets.css"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/*.ogame.gameforge.com\/game\/index.php*fleetdispatch*"
],
"run_at": "document_start",
"css": [
"skin\/ago\/pages_fleetdispatch.css"
]
},
{
"matches": [
"https:\/\/*.ogame.gameforge.com\/game\/index.php*movement*"
],
"run_at": "document_start",
"css": [
"skin\/ago\/pages_movement.css"
]
},
{
"matches": [
"https:\/\/*.ogame.gameforge.com\/game\/index.php*empire*"
],
"run_at": "document_start",
"css": [
"skin\/ago\/pages_empire.css"
]
},
{
"matches": [
"https:\/\/*.ogame.gameforge.com\/game\/index.php*overview*",
"https:\/\/*.ogame.gameforge.com\/game\/index.php*supplies*",
"https:\/\/*.ogame.gameforge.com\/game\/index.php*resourcesettings*",
"https:\/\/*.ogame.gameforge.com\/game\/index.php*facilities*",
"https:\/\/*.ogame.gameforge.com\/game\/index.php*traderOverview*",
"https:\/\/*.ogame.gameforge.com\/game\/index.php*research*",
"https:\/\/*.ogame.gameforge.com\/game\/index.php*techtree*",
"https:\/\/*.ogame.gameforge.com\/game\/index.php*shipyard*",
"https:\/\/*.ogame.gameforge.com\/game\/index.php*defenses*",
"https:\/\/*.ogame.gameforge.com\/game\/index.php*alliance*",
"https:\/\/*.ogame.gameforge.com\/game\/index.php*lfsettings*",
"https:\/\/*.ogame.gameforge.com\/game\/index.php*lfbuildings*",
"https:\/\/*.ogame.gameforge.com\/game\/index.php*lfresearch*"
],
"run_at": "document_start",
"css": [
"skin\/ago\/pages.css"
]
}
],
"icons": {
"16": "Icon-16.png",
"48": "Icon-48.png",
"128": "Icon-128.png"
},
"minimum_chrome_version": "32"
} | |