WebExtension.net
Toggle dark mode
WebExtension.net

Firewall Bypass VU

View on Chrome Web Store
View Firewall Bypass VU Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (78 ratings)
1 new ratings
13 views
This extension has been viewed 13 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Enable copy paste on quiz and gdb pages, mark lesson videos as viewed, and bypass VU quiz firewall.
Type
Extension
Users
10,000 users
1K
Website hackerwasii.com
Waseem Akram
View author page of Waseem Akram
Published
Published on December 27, 2024
Version 1.0.6
Manifest version
3
Updated
Updated on December 27, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Firewall Bypass VU Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "action": {
        "default_icon": ".\/icon-256.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "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_script_2.js"
            ],
            "matches": [
                "*:\/\/*.vu.edu.pk\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "ua_rules",
                "path": "ua_rules.json"
            }
        ]
    },
    "description": "Enable copy paste on quiz and gdb pages, mark lesson videos as viewed, and bypass VU quiz firewall.",
    "host_permissions": [
        "*:\/\/*.vu.edu.pk\/*",
        "*:\/\/vu-db-worker.gptquiz.workers.dev\/*"
    ],
    "icons": {
        "16": ".\/icon-256.png",
        "48": ".\/icon-512.png",
        "128": ".\/icon-512.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "101",
    "name": "Firewall Bypass VU",
    "permissions": [
        "activeTab",
        "contextMenus",
        "declarativeNetRequestWithHostAccess",
        "scripting"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.6"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top