DisChrome
A chrome/discord webhook bridge, allowing for easy shitposting
Wat is DisChrome?
DisChrome is een Chrome-extensie ontwikkeld door dissy666, en de belangrijkste functie is "A chrome/discord webhook bridge, allowing for easy shitposting".
Extensie Screenshots
Download het CRX-bestand van de extensie DisChrome
Download DisChrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ogofeobkddgfchpfkpffgkjlginhoele |
| Officiële URL | https://chromewebstore.google.com/detail/dischrome/ogofeobkddgfchpfkpffgkjlginhoele |
| Beschrijving | A chrome/discord webhook bridge, allowing for easy shitposting |
| Bestandsgrootte | 38.62 KB |
| Aantal Installaties | 61 |
| Huidige Versie | 3.0 |
| Laatst Bijgewerkt | 2021-02-02 |
| Publicatiedatum | 2021-02-01 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | dissy666 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
} | |