BlueHost cPanel Auto Login
Automatic login when visiting cPanel page.
What is BlueHost cPanel Auto Login?
BlueHost cPanel Auto Login is a Chrome extension developed by Master, and its main feature is "Automatic login when visiting cPanel page.".
Extension Screenshots
Download BlueHost cPanel Auto Login Extension CRX File
Download BlueHost cPanel 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
Automatically continues to cPanel, bypassing the "Click here if you're not already logged in" that seems to never work correctly.
Extension Basic Information
Name | BlueHost cPanel Auto Login |
ID | dmfajbegoeldjigafongobebmkopgldg |
Official URL | https://chromewebstore.google.com/detail/bluehost-cpanel-auto-logi/dmfajbegoeldjigafongobebmkopgldg |
Description | Automatic login when visiting cPanel page. |
File Size | 41.23 KB |
Installation Count | 259 |
Current Version | 1.0 |
Last Updated | 2015-02-17 |
Publish Date | 2015-02-17 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Master |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "The Master", "name": "BlueHost cPanel Auto Login", "description": "Automatic login when visiting cPanel page.", "manifest_version": 2, "version": "1.0", "icons": { "16": "thumbnail-16.png", "48": "thumbnail-48.png" }, "permissions": [ "*:\/\/my.bluehost.com\/*" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/my.bluehost.com\/*" ], "js": [ "jquery.js", "background.js" ] } ], "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "jquery.js", "background.js", "thumbnail-16.png", "thumbnail-48.png", "thumbnail-128.png" ] } |