WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
CGI US Visa Appointment Auto Rescheduler

CGI US Visa Appointment Auto Rescheduler

View on Chrome Web Store
View CGI US Visa Appointment Auto Rescheduler Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (5 ratings)
1 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

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

Reschedule US Visa to an earlier date for India, Pakistan, UAE, Bangladesh, Turkey, Algeria etc.
Type
Extension
Users
703 users
18
blsa************************
View author page of blsa************************
Published
Published on March 17, 2025
Version 2.25.8.16
Manifest version
3
Updated
Updated on August 16, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View CGI US Visa Appointment Auto Rescheduler 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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CGI US Visa Appointment Auto Rescheduler",
    "version": "2.25.8.16",
    "description": "Reschedule US Visa to an earlier date for India, Pakistan, UAE, Bangladesh, Turkey, Algeria etc.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "downloads"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/www.usvisascheduling.com\/*",
        "https:\/\/2captcha.com\/*",
        "https:\/\/atlasauth.b2clogin.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/atlasauth.b2clogin.com\/*"
        ]
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.usvisascheduling.com\/en-US\/*",
                "https:\/\/atlasauth.b2clogin.com\/*"
            ],
            "js": [
                "content.js",
                "sweetalert.js",
                "securityQuestions.js",
                "schedulingPage.js"
            ],
            "css": [
                "\/css\/sweetalert.css",
                "popup.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.usvisascheduling.com\/*"
            ],
            "js": [
                "sweetalert.js",
                "securityQuestions.js",
                "schedulingPage.js"
            ],
            "css": [
                "\/css\/sweetalert.css",
                "popup.css"
            ]
        }
    ],
    "incognito": "spanning"
}
© 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