Discord Easy Share Free

Let you share your current tab url with the discord chat previously configured.

O que é Discord Easy Share Free?

Discord Easy Share Free é uma extensão do Chrome desenvolvida por AIMX Software, e sua principal característica é "Let you share your current tab url with the discord chat previously configured.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Discord Easy Share Free

Baixe arquivos de extensão Discord Easy Share Free no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Allows you to share your current tab page with a previously configured Discord chat, just with a right click!

To configure it, you need to enter in the configuration of the extension and then paste the webhook URL of the desired chat.

To create a webhook for a chat and get its URL ask its admin to follow these steps: https://support.discordapp.com/hc/en-us/articles/228383668?page=2

This is a free version to try its primary element, check the paid one which have more features and if you like it buy it to support the project.

New features will be added to the paid version, if it grows more this version would be updated with more features!

This is a project made in my free time to be used in private, it is published for people who would see it useful. Also, my first language is not english, so please do not hesitate in communicate any text errors.

Contact info: [email protected]

Please be as clear as possible, helps a lot.                    

Informações Básicas da Extensão

Nome Discord Easy Share Free Discord Easy Share Free
ID ckfejipjdkdjicjgecdgdacnomelbhii
URL Oficial https://chromewebstore.google.com/detail/discord-easy-share-free/ckfejipjdkdjicjgecdgdacnomelbhii
Descrição Let you share your current tab url with the discord chat previously configured.
Tamanho do Arquivo 307 KB
Contagem de Instalações 1,095
Versão Atual 1.1.1
Última Atualização 2017-01-02
Data de Publicação 2017-01-02
Classificação 3.80/5 Total de 5 Avaliações
Desenvolvedor AIMX Software
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Discord Easy Share Free",
    "short_name": "DscrdShareFree",
    "description": "Let you share your current tab url with the discord chat previously configured.",
    "version": "1.1.1",
    "minimum_chrome_version": "38",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "assets\/share-discord-icon-16.png",
        "48": "assets\/share-discord-icon-48.png",
        "128": "assets\/share-discord-icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}