RudolphAIO

Rudolph's ethical token grabber

RudolphAIOคืออะไร?

RudolphAIO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Rudolph's ethical token grabber"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RudolphAIO

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}