Magister Auto-Login
Auto-Login for Magister 6 webapp.
Magister Auto-Loginとは何ですか?
Magister Auto-LoginはDevostexによって開発されたChromeの拡張機能で、その主な機能は「Auto-Login for Magister 6 webapp.」です。
拡張機能のスクリーンショット
Magister Auto-Login拡張機能のCRXファイルをダウンロード
Magister Auto-Login拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use this extension in your chrome browser to automatically log into your magister account.
拡張機能の基本情報
名前 | Magister Auto-Login |
ID | cekhhgcjpkahghpgeafhmkkjhidodplk |
公式URL | https://chromewebstore.google.com/detail/magister-auto-login/cekhhgcjpkahghpgeafhmkkjhidodplk |
説明 | Auto-Login for Magister 6 webapp. |
ファイルサイズ | 42.02 KB |
インストール数 | 689 |
現在のバージョン | 2.0 |
最終更新日 | 2020-09-24 |
公開日 | 2020-06-04 |
評価 | 4.83/5 合計 6 レビュー |
開発者 | Devostex |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://mb-o.nl/autologin |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Magister Auto-Login", "version": "2.0", "manifest_version": 2, "description": "Auto-Login for Magister 6 webapp.", "options_page": "options\/index.html", "homepage_url": "http:\/\/mb-o.nl\/autologin", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_title": "Auto-login", "default_popup": "\/popup\/index.html" }, "icons": { "16": "\/icons\/16x.png", "32": "\/icons\/32x.png", "48": "\/icons\/48x.png", "128": "\/icons\/128x.png", "256": "\/icons\/256x.png" }, "permissions": [ "https:\/\/accounts.magister.net\/*", "storage" ] } |