Magister Auto-Login
Auto-Login for Magister 6 webapp.
What is Magister Auto-Login?
Magister Auto-Login is a Chrome extension developed by Devostex, and its main feature is "Auto-Login for Magister 6 webapp.".
Extension Screenshots
Download Magister Auto-Login Extension CRX File
Download Magister 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
Use this extension in your chrome browser to automatically log into your magister account.
Extension Basic Information
Name | Magister Auto-Login |
ID | cekhhgcjpkahghpgeafhmkkjhidodplk |
Official URL | https://chromewebstore.google.com/detail/magister-auto-login/cekhhgcjpkahghpgeafhmkkjhidodplk |
Description | Auto-Login for Magister 6 webapp. |
File Size | 42.02 KB |
Installation Count | 689 |
Current Version | 2.0 |
Last Updated | 2020-09-24 |
Publish Date | 2020-06-04 |
Rating | 4.83/5 Total 6 Ratings |
Developer | Devostex |
[email protected] | |
Payment Type | free |
Extension Website | https://mb-o.nl/autologin |
Supported Languages | 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" ] } |