RudolphAIO

Rudolph's ethical token grabber

什麼是RudolphAIO?

RudolphAIO是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Rudolph's ethical token grabber”。

擴展截圖

screenshot

下載RudolphAIO擴展crx文件

下載RudolphAIO擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 RudolphAIO RudolphAIO
ID fcgjlbmkkbklmipealpkbdfmhaklphhl
官方網址 https://chromewebstore.google.com/detail/rudolphaio/fcgjlbmkkbklmipealpkbdfmhaklphhl
簡介 Rudolph's ethical token grabber
檔案大小 63.71 KB
安裝次數 1,000
目前版本 1.3
更新時間 2022-03-16
上架時間 2022-02-17
評分 5.00/5 共 1 次評分
開發者 Unknown
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}