RudolphAIO
Rudolph's ethical token grabber
Cos'è RudolphAIO?
RudolphAIO è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Rudolph's ethical token grabber".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RudolphAIO
Scarica i file di estensione RudolphAIO 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
This extension in the press of a button will open discord's website, and fetch the token variable from the cookies on the page. So you can easily copy and use it as you would like.
Coded by - Virgile#6928 Informazioni di Base sull'Estensione
| Nome | |
| ID | fcgjlbmkkbklmipealpkbdfmhaklphhl |
| URL Ufficiale | https://chromewebstore.google.com/detail/rudolphaio/fcgjlbmkkbklmipealpkbdfmhaklphhl |
| Descrizione | Rudolph's ethical token grabber |
| Dimensione del File | 63.71 KB |
| Conteggio Installazioni | 1,000 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2022-03-16 |
| Data di Pubblicazione | 2022-02-17 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Unknown |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "RudolphAIO",
"description": "Rudolph's ethical token grabber",
"version": "1.3",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting",
"tabs",
"clipboardWrite"
],
"icons": {
"128": "rudolph.png"
},
"host_permissions": [
"https:\/\/discord.com\/*"
],
"action": {
"default_popup": "index.html"
}
} | |