RudolphAIO

Rudolph's ethical token grabber

What is RudolphAIO?

RudolphAIO is a Chrome extension developed by Unknown, and its main feature is "Rudolph's ethical token grabber".

Extension Screenshots

screenshot

Download RudolphAIO Extension CRX File

Download RudolphAIO extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name RudolphAIO RudolphAIO
ID fcgjlbmkkbklmipealpkbdfmhaklphhl
Official URL https://chromewebstore.google.com/detail/rudolphaio/fcgjlbmkkbklmipealpkbdfmhaklphhl
Description Rudolph's ethical token grabber
File Size 63.71 KB
Installation Count 1,000
Current Version 1.3
Last Updated 2022-03-16
Publish Date 2022-02-17
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}