Discordyst
Discordyst Chrome Plugin
Wat is Discordyst?
Discordyst is een Chrome-extensie ontwikkeld door anoopknight, en de belangrijkste functie is "Discordyst Chrome Plugin".
Extensie Screenshots
Download het CRX-bestand van de extensie Discordyst
Download Discordyst-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
Discord plugin for all us Duelyst lovers! Visit http://discordyst.github.io/discordyst/ for more info! :D
Basisinformatie over de Extensie
Naam | |
ID | pfeaanclkpmchldbankdnfdcomfagkan |
Officiële URL | https://chrome.google.com/webstore/detail/discordyst/pfeaanclkpmchldbankdnfdcomfagkan |
Beschrijving | Discordyst Chrome Plugin |
Bestandsgrootte | 1.37 MB |
Aantal Installaties | 78 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2016-05-14 |
Publicatiedatum | 2016-05-14 |
Beoordeling | 1.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | anoopknight |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://discordyst.github.io/discordyst/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Discordyst", "description": "Discordyst Chrome Plugin", "version": "0.0.3", "browser_action": { "default_icon": "icon_128.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/discordapp.com\/channels\/*" ], "js": [ "discordyst.chrome.js" ] } ], "icons": { "128": "icon_128.png" } } |