Esse3 Auto Login
Auto Login feature for Esse3 portals: no more annoying login requests on esse3!
What is Esse3 Auto Login?
Esse3 Auto Login is a Chrome extension developed by Frakbot, and its main feature is "Auto Login feature for Esse3 portals: no more annoying login requests on esse3!".
Extension Screenshots
Download Esse3 Auto Login Extension CRX File
Download Esse3 Auto Login extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Esse3 Auto Login intercepts those annoying login requests and logs you in automatically: no more annoying login requests on esse3! Extension Basic Information
| Name | |
| ID | bppbjdndicdpdnlknopokebknnnoehdj |
| Official URL | https://chrome.google.com/webstore/detail/esse3-auto-login/bppbjdndicdpdnlknopokebknnnoehdj |
| Description | Auto Login feature for Esse3 portals: no more annoying login requests on esse3! |
| File Size | 186 KB |
| Installation Count | 11 |
| Current Version | 1.0.0 |
| Last Updated | 2013-07-05 |
| Publish Date | 2013-07-05 |
| Rating | 4.50/5 Total 2 Ratings |
| Developer | Frakbot |
| Payment Type | free |
| Supported Languages | en,it |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "1.0.0",
"manifest_version": 2,
"permissions": [
"*:\/\/*\/*",
"webRequest",
"webRequestBlocking",
"storage"
],
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"browser_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "esse3 Auto Login"
},
"options_page": "index.html",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"styles\/main.css"
],
"js": [
"bower_components\/jquery\/jquery.min.js",
"scripts\/prefs.js",
"scripts\/contentscript.js"
],
"run_at": "document_end",
"all_frames": false
}
]
} | |