DisChrome
A chrome/discord webhook bridge, allowing for easy shitposting
Cos'è DisChrome?
DisChrome è un'estensione di Chrome sviluppata da dissy666, e la sua funzione principale è "A chrome/discord webhook bridge, allowing for easy shitposting".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DisChrome
Scarica i file di estensione DisChrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | ogofeobkddgfchpfkpffgkjlginhoele |
| URL Ufficiale | https://chromewebstore.google.com/detail/dischrome/ogofeobkddgfchpfkpffgkjlginhoele |
| Descrizione | A chrome/discord webhook bridge, allowing for easy shitposting |
| Dimensione del File | 38.62 KB |
| Conteggio Installazioni | 61 |
| Versione Corrente | 3.0 |
| Ultimo Aggiornamento | 2021-02-02 |
| Data di Pubblicazione | 2021-02-01 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | dissy666 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/*"
]
} | |