Crusaders Automaton

This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/

Τι είναι το Crusaders Automaton;

Το Crusaders Automaton είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ImaginaryDevelopment, και η κύρια λειτουργία του είναι "This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Crusaders Automaton

Λήψη αρχείων επέκτασης Crusaders Automaton σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Crusaders Automaton Crusaders Automaton
ID dhlljphpeodbcliiafbedkbkiifdgdjk
Επίσημο URL https://chromewebstore.google.com/detail/crusaders-automaton/dhlljphpeodbcliiafbedkbkiifdgdjk
Περιγραφή This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/
Μέγεθος Αρχείου 92.3 KB
Αριθμός Εγκαταστάσεων 444
Τρέχουσα Έκδοση 0.0.7
Τελευταία Ενημέρωση 2017-05-14
Ημερομηνία Δημοσίευσης 2017-05-13
Αξιολόγηση 4.83/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής ImaginaryDevelopment
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://imaginarydevelopment.github.io/CotLICheatSheet/
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/ImaginaryDevelopment/CotLICheatSheet
Υποστηριζόμενες Γλώσσες 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
    }
}