Discordyst

Discordyst Chrome Plugin

Hvad er Discordyst?

Discordyst er en Chrome-udvidelse udviklet af anoopknight, og dens hovedfunktion er "Discordyst Chrome Plugin".

Udvidelsesskærmbilleder

screenshot

Download Discordyst-udvidelses-CRX-fil

Download Discordyst-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Discord plugin for all us Duelyst lovers! 
Visit http://discordyst.github.io/discordyst/ for more info! :D                    

Grundlæggende oplysninger om udvidelsen

Navn Discordyst Discordyst
ID pfeaanclkpmchldbankdnfdcomfagkan
Officiel URL https://chrome.google.com/webstore/detail/discordyst/pfeaanclkpmchldbankdnfdcomfagkan
Beskrivelse Discordyst Chrome Plugin
Filstørrelse 1.37 MB
Antal Installationer 78
Nuværende Version 0.0.3
Senest Opdateret 2016-05-14
Udgivelsesdato 2016-05-14
Bedømmelse 1.00/5 Samlet 3 Bedømmelser
Udvikler anoopknight
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://discordyst.github.io/discordyst/
Understøttede Sprog 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"
    }
}