RudolphAIO
Rudolph's ethical token grabber
Wat is RudolphAIO?
RudolphAIO is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Rudolph's ethical token grabber".
Extensie Screenshots
Download het CRX-bestand van de extensie RudolphAIO
Download RudolphAIO-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
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
Basisinformatie over de Extensie
Naam | RudolphAIO |
ID | fcgjlbmkkbklmipealpkbdfmhaklphhl |
Officiële URL | https://chromewebstore.google.com/detail/rudolphaio/fcgjlbmkkbklmipealpkbdfmhaklphhl |
Beschrijving | Rudolph's ethical token grabber |
Bestandsgrootte | 63.71 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2022-03-16 |
Publicatiedatum | 2022-02-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Unknown |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |