Inspect and view changes in FAP Auto Login source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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"
}