ExtraChannels - Discord tool
Show extra channels
ExtraChannels - Discord tool là gì?
ExtraChannels - Discord tool là một tiện ích mở rộng Chrome được phát triển bởi ismail kharrobi, và tính năng chính của nó là "Show extra channels".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ExtraChannels - Discord tool
Tải xuống các tệp mở rộng ExtraChannels - Discord tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ExtraChannels - Discord tool |
ID | ahheohmnbgdjaachcbogbdagoldaddlj |
URL Chính Thức | https://chromewebstore.google.com/detail/extrachannels-discord-too/ahheohmnbgdjaachcbogbdagoldaddlj |
Mô tả | Show extra channels |
Kích Thước Tệp | 136 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 1.5.0 |
Cập Nhật Lần Cuối | 2023-08-17 |
Ngày Phát Hành | 2023-08-17 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | ismail kharrobi |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ismail-kharrobi/DiscordHiddenChannels-chromeExtension |
URL Trang Trợ Giúp | https://github.com/ismail-kharrobi/DiscordHiddenChannels-chromeExtension |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |