Student ID Grabber

Student ID Grabber

Cos'è Student ID Grabber?

Student ID Grabber è un'estensione di Chrome sviluppata da usman.waheed, e la sua funzione principale è "Student ID Grabber".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Student ID Grabber

Scarica i file di estensione Student ID Grabber in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Grab any student ID with this extension, By default a student id should be 11 characters long, and first 2 characters should be non number, and rest should be numbers. But you can modify the options to provide your own length and regular expression.                    

Informazioni di Base sull'Estensione

Nome Student ID Grabber Student ID Grabber
ID napeonanbbpfpmgcbcfeadlmpeonbhdf
URL Ufficiale https://chromewebstore.google.com/detail/student-id-grabber/napeonanbbpfpmgcbcfeadlmpeonbhdf
Descrizione Student ID Grabber
Dimensione del File 12.48 KB
Conteggio Installazioni 30
Versione Corrente 1.0.4
Ultimo Aggiornamento 2020-09-26
Data di Pubblicazione 2019-12-10
Sviluppatore usman.waheed
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Student ID Grabber",
    "description": "Student ID Grabber",
    "version": "1.0.4",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}