BlueHost cPanel Auto Login
Automatic login when visiting cPanel page.
BlueHost cPanel Auto Loginとは何ですか?
BlueHost cPanel Auto LoginはMasterによって開発されたChromeの拡張機能で、その主な機能は「Automatic login when visiting cPanel page.」です。
拡張機能のスクリーンショット
BlueHost cPanel Auto Login拡張機能のCRXファイルをダウンロード
BlueHost cPanel Auto Login拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically continues to cPanel, bypassing the "Click here if you're not already logged in" that seems to never work correctly.
拡張機能の基本情報
名前 | BlueHost cPanel Auto Login |
ID | dmfajbegoeldjigafongobebmkopgldg |
公式URL | https://chromewebstore.google.com/detail/bluehost-cpanel-auto-logi/dmfajbegoeldjigafongobebmkopgldg |
説明 | Automatic login when visiting cPanel page. |
ファイルサイズ | 41.23 KB |
インストール数 | 259 |
現在のバージョン | 1.0 |
最終更新日 | 2015-02-17 |
公開日 | 2015-02-17 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | Master |
支払い方法 | free |
対応言語 | 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" ] } |