Auto Login

Automatically login to your favourite websites without entering credentials , even for Basic Auth Now

什么是Auto Login?

Auto Login是由Muthukumaran Navaneethakrishnan开发的Chrome扩展程序,该扩展的主要功能是“Automatically login to your favourite websites without entering credentials , even for Basic Auth Now”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Auto Login扩展crx文件

下载Auto Login扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        If you are a person, who would like an automated solution to logging into your favourite sites & Basic Auth without popping up, this extension is for you. 

What it does
===============

Allow User to autmatically login to websites, with saved credentials



Features
========
Changed the Algorithm for Capturing to work across multiple sites. 

Automated login to your websites , with saved username /password

Enable /Disable auto login for individual websites.

Autologin Information Protected by password.

Option of having a prompt for password before Automatic Login to sites

About
======

We dont inject any Ads
We dont store any information on server.
The plugin is Open Source  Have a look at https://github.com/muthuishere/autologin


Support
=======
https://www.facebook.com/pages/Auto-Login/433751853437039



Privacy Policy
=============

http://deemwar.com/chrome-extn-privacypolicy.htm

Sponsor Project
===============

Goto Autologin Options => Support                    

扩展基本信息

名称 Auto Login Auto Login
ID kjdgohfkopafhjmmlbojhaabfpndllgk
官方URL https://chromewebstore.google.com/detail/auto-login/kjdgohfkopafhjmmlbojhaabfpndllgk
简介 Automatically login to your favourite websites without entering credentials , even for Basic Auth Now
文件大小 954 KB
安装次数 12,508
当前版本 4.6.0.0
更新时间 2022-10-17
上架时间 2018-01-11
评分 3.08/5 共73次评分
开发者 Muthukumaran Navaneethakrishnan
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.facebook.com/pages/Auto-Login/433751853437039
帮助页面URL https://www.facebook.com/pages/Auto-Login/433751853437039
隐私政策页面URL http://deemwar.com/chrome-extn-privacypolicy.htm
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Muthukumaran Navaneethakrishnan(https:\/\/github.com\/muthuishere)",
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": [],
    "content_scripts": [
        {
            "js": [
                "js\/vapi-client.js",
                "js\/utils.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "Automatically login to your favourite websites  without entering credentials , even for Basic Auth Now",
    "homepage_url": "https:\/\/www.facebook.com\/Auto-Login-433751853437039\/",
    "icons": {
        "128": "images\/autologin-128.png",
        "48": "images\/autologin-48.png",
        "64": "images\/autologin-64.png"
    },
    "manifest_version": 2,
    "name": "Auto Login",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "Auto Login",
    "version": "4.6.0.0",
    "web_accessible_resources": [
        "manifest.json",
        "images\/*.png",
        "images\/*.jpg",
        "css\/*.css",
        "auth.html",
        "js\/*.js"
    ]
}