Discord Easy Share Free

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

What is Discord Easy Share Free?

Discord Easy Share Free is a Chrome extension developed by AIMX Software, and its main feature is "Let you share your current tab url with the discord chat previously configured.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Discord Easy Share Free Extension CRX File

Download Discord Easy Share Free extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Discord Easy Share Free Discord Easy Share Free
ID ckfejipjdkdjicjgecdgdacnomelbhii
Official URL https://chromewebstore.google.com/detail/discord-easy-share-free/ckfejipjdkdjicjgecdgdacnomelbhii
Description Let you share your current tab url with the discord chat previously configured.
File Size 307 KB
Installation Count 1,095
Current Version 1.1.1
Last Updated 2017-01-02
Publish Date 2017-01-02
Rating 3.80/5 Total 5 Ratings
Developer AIMX Software
Email [email protected]
Payment Type free
Supported Languages 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'"
}