Crusaders Automaton
This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/
Was ist Crusaders Automaton?
Crusaders Automaton ist eine Chrome-Erweiterung, die von ImaginaryDevelopment entwickelt wurde, und ihr Hauptmerkmal ist "This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/".
Erweiterungsscreenshots
Crusaders Automaton-Erweiterungs-CRX-Datei herunterladen
Laden Sie Crusaders Automaton-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
Gather your Crusaders of the Lost Idols data for tracking/sharing/linking. no registration or sign in required. Open source software. Uses Html5 storage so nothing is ever sent outside of your browser. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dhlljphpeodbcliiafbedkbkiifdgdjk |
| Offizielle URL | https://chromewebstore.google.com/detail/crusaders-automaton/dhlljphpeodbcliiafbedkbkiifdgdjk |
| Beschreibung | This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/ |
| Dateigröße | 92.3 KB |
| Installationsanzahl | 444 |
| Aktuelle Version | 0.0.7 |
| Letztes Update | 2017-05-14 |
| Veröffentlichungsdatum | 2017-05-13 |
| Bewertung | 4.83/5 Insgesamt 6 Bewertungen |
| Entwickler | ImaginaryDevelopment |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://imaginarydevelopment.github.io/CotLICheatSheet/ |
| Hilfeseite URL | https://github.com/ImaginaryDevelopment/CotLICheatSheet |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Crusaders Automaton",
"description": "This extension will get your crusaders data for you to import it at https:\/\/imaginarydevelopment.github.io\/CotLICheatSheet\/",
"version": "0.0.7",
"page_action": {
"default_title": "Crusader Automaton",
"default_icon": "original_COTLI_Icon.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"declarativeContent",
"webRequest",
"activeTab",
"storage",
"*:\/\/*.djartsgames.ca\/~idle\/post.php",
"*:\/\/imaginarydevelopment.github.io\/",
"*:\/\/fantamondi.it\/cotli\/import",
"*:\/\/cdn.jsdelivr.net\/"
],
"icons": {
"16": "original_COTLI_Icon.png"
},
"options_ui": {
"page": "options.html",
"chrome_style": true
}
} | |