DisChrome
A chrome/discord webhook bridge, allowing for easy shitposting
什麼是DisChrome?
DisChrome是由dissy666開發的Chrome擴展程式,該擴展的主要功能是“A chrome/discord webhook bridge, allowing for easy shitposting”。
擴展截圖
下載DisChrome擴展crx文件
下載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 |
官方網址 | 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\/*" ] } |