DisChrome
A chrome/discord webhook bridge, allowing for easy shitposting
DisChromeคืออะไร?
DisChrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dissy666 และคุณลักษณะหลักของมันคือ "A chrome/discord webhook bridge, allowing for easy shitposting"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DisChrome
ดาวน์โหลดไฟล์ส่วนขยาย DisChrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple chrome/discord webhook integration for easy posting just install, create your webhook url, set the extension options, and you're done github repository: https://github.com/Dissssy/DisChrome
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DisChrome |
ID | ogofeobkddgfchpfkpffgkjlginhoele |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dischrome/ogofeobkddgfchpfkpffgkjlginhoele |
คำอธิบาย | A chrome/discord webhook bridge, allowing for easy shitposting |
ขนาดไฟล์ | 38.62 KB |
จำนวนการติดตั้ง | 61 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2021-02-02 |
วันที่เผยแพร่ | 2021-02-01 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | dissy666 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "version": "3.0", "name": "DisChrome", "description": "A chrome\/discord webhook bridge, allowing for easy shitposting", "page_action": { "default_icon": "icon.png", "default_title": "DisChrome" }, "options_page": "options.html", "permissions": [ "storage", "contextMenus", "https:\/\/discord.com\/api\/webhooks\/*" ] } |