RudolphAIO

Rudolph's ethical token grabber

Apa itu RudolphAIO?

RudolphAIO adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Rudolph's ethical token grabber".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi RudolphAIO

Unduh file ekstensi RudolphAIO dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama RudolphAIO RudolphAIO
ID fcgjlbmkkbklmipealpkbdfmhaklphhl
URL Resmi https://chromewebstore.google.com/detail/rudolphaio/fcgjlbmkkbklmipealpkbdfmhaklphhl
Deskripsi Rudolph's ethical token grabber
Ukuran File 63.71 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.3
Terakhir Diperbarui 2022-03-16
Tanggal Publikasi 2022-02-17
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Unknown
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}