NeverAway
Stay logged into your open tabs
What is NeverAway?
NeverAway is a Chrome extension developed by http://rehmann.co, and its main feature is "Stay logged into your open tabs".
Download NeverAway Extension CRX File
Download NeverAway 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
Stay logged into your all your websites, NeverAway sends heartbeat requests as a KeepAlive function on all your open (https) tabs. Your sites like PayPal, your bank, and others won't "time out" because NeverAway maintains activity by sending http HEAD requests.
Extension Basic Information
Name | |
ID | plpokkgpgmelcofbccdlhlpaodddjibd |
Official URL | https://chrome.google.com/webstore/detail/neveraway/plpokkgpgmelcofbccdlhlpaodddjibd |
Description | Stay logged into your open tabs |
File Size | 15.57 KB |
Installation Count | 88 |
Current Version | 1.3 |
Last Updated | 2014-05-23 |
Publish Date | 2014-05-23 |
Rating | 3.00/5 Total 1 Ratings |
Developer | http://rehmann.co |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "NeverAway", "version": "1.3", "description": "Stay logged into your open tabs", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |