RudolphAIO
Rudolph's ethical token grabber
什么是RudolphAIO?
RudolphAIO是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Rudolph's ethical token grabber”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" } } |