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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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
    }
}