TheShare

Share Every Thing Every Where. Share Any thing to all known social media websites

What is TheShare?

TheShare is a Chrome extension developed by http://ahmed-badawy.com, and its main feature is "Share Every Thing Every Where. Share Any thing to all known social media websites".

Extension Screenshots

screenshot
screenshot
screenshot

Download TheShare Extension CRX File

Download TheShare 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

                        The Must Have extension for all (Opera/Chrome) users.

Share Every Thing Every Where.
    1- Important social website's link shortcuts

    2- Share Any Text Selection, Web Page, Image, Link, or Even video & audio Elements to all known social media websites:-
    Facebook , Twitter , Google+ , Linked-In , Pinterest , Tumblr , StumbleUpOn , VK , Xing , Reddit , Or enven Send An Email and many many other plateforms. 

    3- help you send email faster                    

Extension Basic Information

Name TheShare TheShare
ID ighbcekeolbcaimlofkjjmnkejlnelaf
Official URL https://chrome.google.com/webstore/detail/ighbcekeolbcaimlofkjjmnkejlnelaf
Description Share Every Thing Every Where. Share Any thing to all known social media websites
File Size 904 KB
Installation Count 194
Current Version 2.6
Last Updated 2019-01-08
Publish Date 2019-01-08
Rating 4.22/5 Total 18 Ratings
Developer http://ahmed-badawy.com
Email [email protected]
Payment Type free
Extension Website http://ahmed-badawy.com/extensions/TheShare
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TheShare",
    "description": "Share Every Thing Every Where. Share Any thing to all known social media websites",
    "version": "2.6",
    "icons": {
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dom_access.js"
            ]
        }
    ]
}