vtopbeta Files

Download the older DA'S, Lab Practicles and Project Files

Wat is vtopbeta Files?

vtopbeta Files is een Chrome-extensie ontwikkeld door Daksh Bardia, en de belangrijkste functie is "Download the older DA'S, Lab Practicles and Project Files".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie vtopbeta Files

Download vtopbeta Files-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Just a Simple Chrome Extension to allow to download DA'S, Lab Practicals or Review 3 Documents the upload date of which is over and in case you want to see what you uploaded.

In order to download,
1. Log in your Account
2. Go the DA or Lab or Project Page on which the last date is displayed
3. Paste the class Number and Choose download option(DA,Lab,Project)

Note: If the file has not been uploaded or if you entered something wrong, a file with size of 0 bytes will be downloaded (Just Delete it).

Released 10th Jan 2018

If you have some issues, please mail me at [email protected]                    

Basisinformatie over de Extensie

Naam vtopbeta Files vtopbeta Files
ID dffkjpmlmdjkekjiecdgmalgdmdaphna
Officiële URL https://chromewebstore.google.com/detail/vtopbeta-files/dffkjpmlmdjkekjiecdgmalgdmdaphna
Beschrijving Download the older DA'S, Lab Practicles and Project Files
Bestandsgrootte 6.37 KB
Aantal Installaties 101
Huidige Versie 0.1.12
Laatst Bijgewerkt 2018-01-10
Publicatiedatum 2018-01-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Daksh Bardia
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Daksh Bardia",
    "name": "vtopbeta Files",
    "description": "Download the older DA'S, Lab Practicles and Project Files",
    "version": "0.1.12",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "downloads",
        "*:\/\/vtopbeta.vit.ac.in\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}