Kotnet Login (Nieuwe Toledo)
Kotnet Login is a browser extension that provides automatic login for websites of the KULeuven such as Kotnet, Toledo...
What is Kotnet Login (Nieuwe Toledo)?
Kotnet Login (Nieuwe Toledo) is a Chrome extension developed by kotnetlogin2, and its main feature is "Kotnet Login is a browser extension that provides automatic login for websites of the KULeuven such as Kotnet, Toledo...".
Extension Screenshots
Download Kotnet Login (Nieuwe Toledo) Extension CRX File
Download Kotnet Login (Nieuwe Toledo) 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
Werkt met nieuwe toledo!
Extension Basic Information
Name | Kotnet Login (Nieuwe Toledo) |
ID | hmajnmepoaafendfoafldmdlaamgcija |
Official URL | https://chromewebstore.google.com/detail/kotnet-login-nieuwe-toled/hmajnmepoaafendfoafldmdlaamgcija |
Description | Kotnet Login is a browser extension that provides automatic login for websites of the KULeuven such as Kotnet, Toledo... |
File Size | 20.25 KB |
Installation Count | 27 |
Current Version | 2.0.7.2 |
Last Updated | 2017-01-04 |
Publish Date | 2017-01-04 |
Rating | 5.00/5 Total 3 Ratings |
Developer | kotnetlogin2 |
Payment Type | free |
Extension Website | https://github.com/studentenraad/kotnetlogin-extension |
Supported Languages | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kotnet Login (Nieuwe Toledo)", "manifest_version": 2, "version": "2.0.7.2", "homepage_url": "https:\/\/github.com\/studentenraad\/kotnetlogin-extension", "description": "__MSG_manifest_extensionDescription__", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Kotnet Login", "default_icon": "icon\/icon_128.png" }, "icons": { "32": "icon\/icon_32.png", "48": "icon\/icon_48.png", "128": "icon\/icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.kuleuven.be\/*", "*:\/\/*.groept.be\/*", "*:\/\/limo.libis.be\/*", "*:\/\/*.hubrussel.be\/*", "*:\/\/*.katho.be\/*", "*:\/\/*.khbo.be\/*", "*:\/\/*.khleuven.be\/*", "*:\/\/*.khlim.be\/*", "*:\/\/*.lessius.eu\/*", "*:\/\/*.wenk.be\/*", "*:\/\/*.khk.be\/*", "*:\/\/*.kahosl.be\/*", "*:\/\/*.madfi2.be\/*" ], "run_at": "document_idle", "js": [ "init.js", "login.js", "redirect.js" ] } ], "options_page": "options.html", "permissions": [ "tabs" ], "default_locale": "en" } |