EE Login

Switch to your mod account at the click of a button

ما هو EE Login؟

EE Login هو إضافة Chrome تم تطويرها بواسطة evilrix، والميزة الرئيسية لها هي "Switch to your mod account at the click of a button".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة EE Login

قم بتنزيل ملفات الامتداد EE Login بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        A simple extension to automatically log you into EE, via Incognito mode, with the EE account of your choice. Just click on the button to be logged into your alternative account.

Useful for EE Badgers who have separate privileged accounts.

Instructions
=-=-=-=-=-=

Basic settings:

You need to add your EE username and password. Don't worry these are stored securely in Chrome's own storage framework.

Version History: -

1.0.4.1   - Fix console error

1.0.4.0   - Now works with https and EEv10 (but zone options have been removed)

1.0.3.1   - Fix small issue when saving 'confirmation' state

1.0.3.0   - Ask for confirmation before going incognito.

1.0.2.1   - Improved layout.

1.0.2.0   - Added support Articles and RA zone.

1.0.1.2   - Added support for EE v10.

1.0.1.1   - Added support for eestuff zones (admin, mod, za, pe. cv).

1.0.1.0   - Added support for eestuff (this is experimental - watch out for dragons!).

1.0.0.14 - don't assume all EE pages start with www (eg. blogs!).

1.0.0.13 - Added CS General as a seperate auto-login zone.

1.0.0.12 - Cosmetic change (docked is now known as clone).

1.0.0.11 - Ensure sensible defaults on first every install..

1.0.0.10 - Toggle to allow manual logins to detach rather than always dock.

1.0.0.9   - Oops, fix issue where Incognito window isn't forced.

1.0.0.8   - Specific granular control of how auto-login for each zone is handled.

   Options are:

      * Disabled - auto-login is not enabled for that zone (can still use manual)
      * Docked - auto-login enabled; new tab opens and original remains docked
      * Detached - auto-login enabled; new tab opens and original is closed

1.0.0.7   - Added PD Zone as a new auto-login zone as this one has it's own privs

1.0.0.6   - When selecting CS Other only pick up the auxiliary zones.
             - Added CV Only as a new auto-login zone as this one has it's own privs

1.0.0.5   - Only detach when performing an auto-login.

1.0.0.4   - Fix small cosmetic issue with options page.

1.0.0.3   - Incognito is now mandatory (it makes little sense for it not to be).
           - You can now specify certain zones to always automatically login.
           - Option to detach current tab as incognito rather than creating a copy.

1.0.0.2 - Don't force window position as it doesn't work very well on multi-screens.

1.0.0.1 - Only show icon when on EE's website.
           - Redirect back to the page we were originally on after authentication.

1.0.0.0 - Initial release.                    

معلومات أساسية عن التمديد

الاسم EE Login EE Login
ID bdbgmnjnfnbdceabkdjpkacipfgclmcn
عنوان URL الرسمي https://chromewebstore.google.com/detail/ee-login/bdbgmnjnfnbdceabkdjpkacipfgclmcn
الوصف Switch to your mod account at the click of a button
حجم الملف 19.94 KB
عدد التثبيتات 30
النسخة الحالية 1.0.4.1
آخر تحديث 2016-06-16
تاريخ النشر 2016-06-16
تقييم 1.00/5 مجموع تقييمات 1
المطور evilrix
نوع الدفع free
موقع الإضافة https://github.com/evilrix/EE-Login-Chrome-Extension
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EE Login",
    "manifest_version": 2,
    "version": "1.0.4.1",
    "description": "Switch to your mod account at the click of a button",
    "background": {
        "scripts": [
            "data.js",
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon16.png",
        "default_title": "EE Login"
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}