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

US Visa Auto Rescheduler

View on Chrome Web Store
View US Visa Auto Rescheduler Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (51 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.

This extension reschedules US Visa application appointment to an earlier date automatically - AIS Visa Slots
Type
Extension
Users
4,000 users
1K
blsa************************
View author page of blsa************************
Published
Published on July 11, 2024
Version 5.25.7.2
Manifest version
3
Updated
Updated on July 3, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View US Visa 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": "US Visa Auto Rescheduler",
    "version": "5.25.7.2",
    "description": "This extension reschedules US Visa application appointment to an earlier date automatically - AIS Visa Slots",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "notifications",
        "declarativeContent",
        "downloads"
    ],
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "host_permissions": [
        "https:\/\/ais.usvisa-info.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/ais.usvisa-info.com\/*"
        ]
    },
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ais.usvisa-info.com\/*"
            ],
            "js": [
                "\/js\/fetchdates.js",
                "\/js\/sweetalert.js",
                "popup.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