Inspect and view changes in KSU Filler Instructors Evaluation 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": "KSU Filler Instructors Evaluation",
"version": "1.02",
"description": "Instructors Evaluation",
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "secureOriginal.png",
"48": "secureOriginal.png",
"128": "secureOriginal.png"
},
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"https://edugate.ksu.edu.sa/*"
],
"js": [
"content.js"
]
}
]
}