Share everything!

Share ALL the things!

What is Share everything!?

Share everything! is a Chrome extension developed by arktiv.site, and its main feature is "Share ALL the things!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Share everything! Extension CRX File

Download Share everything! 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

                        Share links, images, videos and webpages to
Facebook,
Twitter,
Google+,
Tumblr,
Email,
Pinterest,
LinkedIn and
Reddit.

Right click on the item you'd like to share and look for the share icon to use

Uses SharingButton.io Javascript free buttons to prevent tracking

Source: https://github.com/arktiv/share-everything/                    

Extension Basic Information

Name Share everything! Share everything!
ID nmgiigccgaijbodjfomheejjlcdgdhhp
Official URL https://chromewebstore.google.com/detail/share-everything/nmgiigccgaijbodjfomheejjlcdgdhhp
Description Share ALL the things!
File Size 13.25 KB
Installation Count 13
Current Version 1.0
Last Updated 2018-11-02
Publish Date 2018-11-02
Developer arktiv.site
Email [email protected]
Payment Type free
Extension Website https://arktiv.site/extensions/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Share everything!",
    "description": "Share ALL the things!",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "shareeverything.js"
            ],
            "css": [
                "shareeverything.css"
            ],
            "matches": [
                ""
            ],
            "all_frames": false
        }
    ],
    "icons": {
        "32": "icons\/32x32.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    }
}