Ogame Defense Queue
Helps you create a defense queue so you can get unlimited activity on your planets/moons!
Co to jest Ogame Defense Queue?
Ogame Defense Queue to rozszerzenie Chrome opracowane przez joshepMad, a jego główną funkcją jest „Helps you create a defense queue so you can get unlimited activity on your planets/moons!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ogame Defense Queue
Pobierz pliki rozszerzeń Ogame Defense Queue w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This addon lets players on ogame build a queue with the objective to get fake activity on their planets or moons Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nbaiplfjabpgpadfkebmcfnhdhaaihoa |
| Oficjalny URL | https://chromewebstore.google.com/detail/ogame-defense-queue/nbaiplfjabpgpadfkebmcfnhdhaaihoa |
| Opis | Helps you create a defense queue so you can get unlimited activity on your planets/moons! |
| Rozmiar pliku | 94.05 KB |
| Liczba instalacji | 211 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2021-09-07 |
| Data Publikacji | 2021-09-07 |
| Deweloper | joshepMad |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://www.privacypolicies.com/live/a133a0e4-40f6-432a-b246-4ba64a8b5303 |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ogame Defense Queue",
"short_name": "ODQ",
"description": "Helps you create a defense queue so you can get unlimited activity on your planets\/moons!",
"version": "1.0",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.ogame.gameforge.com\/game\/index.php?page=ingame&component=defenses*"
],
"js": [
"js\/jquery.js",
"js\/content.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"js\/inject.js"
]
} | |