Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "manifest_version": 3, "name": "Firewall Bypass vu", "version": "1.10.7", "minimum_chrome_version": "101", "description": "Firewall Bypass vu: copy-paste in quizzes\/GDBs, mark videos watched, access ChatGPT, and exam prep resources", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "activeTab", "contextMenus", "scripting", "storage" ], "host_permissions": [ "*:\/\/*.vulms.vu.edu.pk\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "icons\/icon-256.png", "48": "icons\/icon-512.png", "128": "icons\/icon-128.png" }, "action": { "default_popup": "popup.html", "default_icon": "\/icons\/icon-256.png" }, "content_scripts": [ { "all_frames": true, "js": [ "content_script.js" ], "matches": [ "*:\/\/*.vu.edu.pk\/FormativeAssessment\/FAQuizQuestions.aspx?*", "*:\/\/*.vu.edu.pk\/Quiz\/QuizQuestion.aspx?*", "*:\/\/vulms.vu.edu.pk\/GDB\/StudentMessage.aspx*" ], "run_at": "document_start", "world": "MAIN" }, { "all_frames": true, "js": [ "content_scripts_2.js" ], "matches": [ "*:\/\/*.vu.edu.pk\/*" ], "run_at": "document_idle" } ] }