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 |
公式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 |
Eメール | [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\/*" ] } |