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.6", "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-512.png" }, "action": { "default_popup": "popup.html", "default_icon": "\/icons\/icon-256.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.vulms.vu.edu.pk\/*" ], "js": [ "content_script.js" ], "run_at": "document_start", "all_frames": true } ] }