RudolphAIO

Rudolph's ethical token grabber

RudolphAIO là gì?

RudolphAIO là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Rudolph's ethical token grabber".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng RudolphAIO

Tải xuống các tệp mở rộng RudolphAIO dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RudolphAIO RudolphAIO
ID fcgjlbmkkbklmipealpkbdfmhaklphhl
URL Chính Thức https://chromewebstore.google.com/detail/rudolphaio/fcgjlbmkkbklmipealpkbdfmhaklphhl
Mô tả Rudolph's ethical token grabber
Kích Thước Tệp 63.71 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2022-03-16
Ngày Phát Hành 2022-02-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}