VIT Proxy

Use VIT's proxy server to enable Internet access even after 12:30 AM in VIT Hostel. WiFi should be connected before 12:20 AM.

Τι είναι το VIT Proxy;

Το VIT Proxy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rishav Rungta, και η κύρια λειτουργία του είναι "Use VIT's proxy server to enable Internet access even after 12:30 AM in VIT Hostel. WiFi should be connected before 12:20 AM.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης VIT Proxy

Λήψη αρχείων επέκτασης VIT Proxy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ONLY FOR VIT VELLORE CAMPUS STUDENTS


This extension enables users in VIT Vellore campus to use VIT's proxy server which provides internet connectivity at a much greater speed and even after 12:30 AM (Works 24 hours in E and Q block. Maybe other blocks too but I haven't tested there.), provided your PC has a valid static IP. If you need help setting up the IP feel free to contact me. 

In some exceptional cases in some blocks this might also work before 12:30 AM.

To experience the maximum speed please make sure you logout by visiting this address http://phc.prontonetworks.com/cgi-bin/authlogout

If your payment method fails, you can always contact me at [email protected] and I can arrange different payment methods like PayTM, PhonePe, Google Pay, BHIM UPI etc for a lesser price (I will remove taxes and 3rd party commissions).

If this does not work feel free to contact me.

Also just to let you know for assurance as many people are messaging me regarding this, you have one complete hour to test this extension and if it doesn't work you can cancel it right away and get full refund for it.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα VIT Proxy VIT Proxy
ID ndnkgfgcodefniaancaggnnmnecbgedo
Επίσημο URL https://chromewebstore.google.com/detail/vit-proxy/ndnkgfgcodefniaancaggnnmnecbgedo
Περιγραφή Use VIT's proxy server to enable Internet access even after 12:30 AM in VIT Hostel. WiFi should be connected before 12:20 AM.
Μέγεθος Αρχείου 584 KB
Αριθμός Εγκαταστάσεων 186
Τρέχουσα Έκδοση 1.1.5
Τελευταία Ενημέρωση 2020-02-20
Ημερομηνία Δημοσίευσης 2020-02-19
Προγραμματιστής Rishav Rungta
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VIT Proxy",
    "version": "1.1.5",
    "description": "Use VIT's proxy server to enable Internet access even after 12:30 AM in VIT Hostel. WiFi should be connected before 12:20 AM.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlBBwlCdhwkRxhFRBdAufNmsiqbJswvyWtc5OG52kNwfQzqsyv+XiVNFnb8yBVCI3ik+cx3J1\/If28NAiEjO8f0+gvNyG\/LVj8YfzznoWk69N7TjncLHXVNjFZRVerAVYDpaKMnD4z4jGTlz2t6TArpAQgHksL8CfzGpBDVhKq9wpNCJMwl1hZiwslgoeoT3XCt7fx4j40\/4kouVhriz2FqqZ7mZgWobuwNj0I+WTt7qKrRImGSZJgfFBuEbaNT9F6HwdVSiA\/XvQW2gLqxzgVN29CdOxJ1a99gywRlrQb2\/\/39\/U5hUFV8ku0bsZEL5q+MHGWDPyFQi\/o3XW+SPtcQIDAQAB",
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/icons8_Disconnected_128px.png",
            "32": "images\/icons8_Disconnected_128px.png",
            "48": "images\/icons8_Disconnected_128px.png",
            "128": "images\/icons8_Disconnected_128px.png"
        }
    },
    "icons": {
        "16": "images\/icons8_Disconnected_128px.png",
        "32": "images\/icons8_Disconnected_128px.png",
        "48": "images\/icons8_Disconnected_128px.png",
        "128": "images\/icons8_Disconnected_128px.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "background",
        "proxy",
        "identity",
        "https:\/\/www.googleapis.com\/"
    ],
    "oauth2": {
        "client_id": "138623084208-vqhgjjt99bheib22ha9mtu42c57vdg8a.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    }
}