DisChrome
A chrome/discord webhook bridge, allowing for easy shitposting
What is DisChrome?
DisChrome is a Chrome extension developed by dissy666, and its main feature is "A chrome/discord webhook bridge, allowing for easy shitposting".
Extension Screenshots
Download DisChrome Extension CRX File
Download DisChrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | DisChrome |
ID | ogofeobkddgfchpfkpffgkjlginhoele |
Official URL | https://chromewebstore.google.com/detail/dischrome/ogofeobkddgfchpfkpffgkjlginhoele |
Description | A chrome/discord webhook bridge, allowing for easy shitposting |
File Size | 38.62 KB |
Installation Count | 61 |
Current Version | 3.0 |
Last Updated | 2021-02-02 |
Publish Date | 2021-02-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | dissy666 |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |