FAP Auto Login
FAP Auto Login
What is FAP Auto Login?
FAP Auto Login is a Chrome extension developed by SonNVQ, and its main feature is "FAP Auto Login".
Extension Screenshots
Download FAP Auto Login Extension CRX File
Download FAP 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
This extension helps FPT students skip the Campus selection step when logging in to FAP(FPT University Academic Portal) and automatically clicks the Login button for them. Changelog: Ver 1.5: -Updated to work with new Login button(redirect mode) Ver 1.4: -Updated to work with new Login button -Removed "Fix student image" function because it does not work anymore
Extension Basic Information
Name | FAP Auto Login |
ID | hcekfkjfkcfoeohaponopofdhogpecif |
Official URL | https://chromewebstore.google.com/detail/fap-auto-login/hcekfkjfkcfoeohaponopofdhogpecif |
Description | FAP Auto Login |
File Size | 155 KB |
Installation Count | 72 |
Current Version | 1.5 |
Last Updated | 2023-08-31 |
Publish Date | 2022-12-14 |
Rating | 5.00/5 Total 5 Ratings |
Developer | SonNVQ |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FAP Auto Login", "description": "FAP Auto Login", "author": "Nguyen Son", "version": "1.5", "icons": { "16": "images\/fa-icon-16.png", "32": "images\/fa-icon-32.png", "48": "images\/fa-icon-48.png", "128": "images\/fa-icon-128.png" }, "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "images\/fa-icon-16.png", "32": "images\/fa-icon-32.png", "48": "images\/fa-icon-48.png", "128": "images\/fa-icon-128.png" } }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/fap.fpt.edu.vn\/*" ] } ], "permissions": [ "storage" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjY4lxwdRVNt3tkGzpChXvJY5d7UhJ6r+9e3bIj6D6O8jbrdNLu\/WCTG3Ky1IhxSL\/3JzrKRD3lu++5WS+CUS28g1tC66j6tBD0oXXwMq04eqxbfyRf6tDjKeEHuKrVuUCH9uG7KHJ6sGm2\/CEU5VLkPt3u3pIBxZf0EFn5uee0HXIQkt5KZZFEMNrcJyDAazBzqLx1j5NJ6izjkwIRQ0vyPuvb0+ZFp2NJsHxTOayNRW27UfTVGH\/\/Dh+MH5g+G0VNQCaXvWp6MvVxtM\/o\/fC3311\/xA0m+5K2\/N1rPhyboi31zIPb4Djpi1LKPD+y7ZireALKpaCNj7YA9QhfvG7QIDAQAB" } |