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
公式URL 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
Eメール [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"
    }
}