ExtraChannels - Discord tool
Show extra channels
ExtraChannels - Discord toolคืออะไร?
ExtraChannels - Discord tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ismail kharrobi และคุณลักษณะหลักของมันคือ "Show extra channels"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ExtraChannels - Discord tool
ดาวน์โหลดไฟล์ส่วนขยาย ExtraChannels - Discord tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
a tool that makes you able to check for extra channels that exist in a server but of course, you can't access them unless you have permission to
* In case of first install and discord tab already opend you must refresh discord page
* click on extension icon to turn it ON
* enter any server you will find extra icon above in tool bar on discord server/ channel ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ahheohmnbgdjaachcbogbdagoldaddlj |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/extrachannels-discord-too/ahheohmnbgdjaachcbogbdagoldaddlj |
| คำอธิบาย | Show extra channels |
| ขนาดไฟล์ | 136 KB |
| จำนวนการติดตั้ง | 23 |
| เวอร์ชันปัจจุบัน | 1.5.0 |
| อัปเดตครั้งล่าสุด | 2023-08-17 |
| วันที่เผยแพร่ | 2023-08-17 |
| คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | ismail kharrobi |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/ismail-kharrobi/DiscordHiddenChannels-chromeExtension |
| URL หน้าช่วยเหลือ | https://github.com/ismail-kharrobi/DiscordHiddenChannels-chromeExtension |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ExtraChannels - Discord tool",
"description": "Show extra channels",
"version": "1.5.0",
"manifest_version": 3,
"permissions": [
"scripting",
"tabs",
"activeTab",
"storage",
"webRequest"
],
"host_permissions": [
"https:\/\/discord.com\/*"
],
"minimum_chrome_version": "102",
"author": "[email protected]",
"web_accessible_resources": [
{
"resources": [
"scripts\/assets\/tail.js"
],
"matches": [
"*:\/\/discord.com\/*"
]
}
],
"background": {
"service_worker": "scripts\/background.js",
"type": "module"
},
"action": {
"default_title": "HiddenChannels",
"default_icon": "icons\/i128.png"
},
"content_scripts": [
{
"js": [
"scripts\/content.js"
],
"matches": [
"https:\/\/discord.com\/*"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/discord.com\/*"
]
},
"icons": {
"16": "icons\/i16.png",
"32": "icons\/i32.png",
"48": "icons\/i48.png",
"128": "icons\/i128.png"
}
} | |