SocialShareCheck

Shows you how many times a URL was shared on social media.

What is SocialShareCheck?

SocialShareCheck is a Chrome extension developed by dan, and its main feature is "Shows you how many times a URL was shared on social media.".

Extension Screenshots

screenshot

Download SocialShareCheck Extension CRX File

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

                        This extension allows you to easily check the number of social shares on a specific URL.                    

Extension Basic Information

Name SocialShareCheck SocialShareCheck
ID dpcnmafabhmlblaahcdaajjcgdiiecge
Official URL https://chrome.google.com/webstore/detail/socialsharecheck/dpcnmafabhmlblaahcdaajjcgdiiecge
Description Shows you how many times a URL was shared on social media.
File Size 37.33 KB
Installation Count 132
Current Version 3
Last Updated 2014-02-10
Publish Date 2014-02-10
Rating 4.00/5 Total 2 Ratings
Developer dan
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "name": "SocialShareCheck",
    "description": "Shows you how many times a URL was shared on social media.",
    "version": "3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}