Discordyst

Discordyst Chrome Plugin

Vad är Discordyst?

Discordyst är en Chrome-tillägg utvecklad av anoopknight, och dess huvudfunktion är "Discordyst Chrome Plugin".

Tilläggsskärmbilder

screenshot

Ladda ner Discordyst-förlängningens CRX-fil

Ladda ner Discordyst-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Discordyst Discordyst
ID pfeaanclkpmchldbankdnfdcomfagkan
Officiell webbadress https://chrome.google.com/webstore/detail/discordyst/pfeaanclkpmchldbankdnfdcomfagkan
Beskrivning Discordyst Chrome Plugin
Filstorlek 1.37 MB
Antal Installationer 78
Aktuell Version 0.0.3
Senast Uppdaterad 2016-05-14
Publiceringsdatum 2016-05-14
Betyg 1.00/5 Totalt 3 Betyg
Utvecklare anoopknight
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://discordyst.github.io/discordyst/
Stödda Språk 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"
    }
}