ShareBlock

Block share with social media icons.

What is ShareBlock?

ShareBlock is a Chrome extension developed by webdever.net, and its main feature is "Block share with social media icons.".

Download ShareBlock Extension CRX File

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

                        Block 'share this post with facebook/twitter/tumblr/reddit' icons in the same way AdBlock blocks advertisements.                    

Extension Basic Information

Name ShareBlock ShareBlock
ID npongcahcbcoimmddgobdgjpnkpaoifl
Official URL https://chrome.google.com/webstore/detail/shareblock/npongcahcbcoimmddgobdgjpnkpaoifl
Description Block share with social media icons.
File Size 29.96 KB
Installation Count 18
Current Version 0.1
Last Updated 2014-12-22
Publish Date 2014-12-21
Rating 5.00/5 Total 1 Ratings
Developer webdever.net
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.redditstatic.com\/*",
                "*:\/\/*.hn-button.herokuapp.com\/*"
            ],
            "all_frames": true,
            "css": [
                "block.css",
                "page.css"
            ],
            "js": [
                "global.js",
                "widgets.js",
                "page.js"
            ]
        }
    ],
    "manifest_version": 2,
    "description": "Block share with social media icons.",
    "name": "ShareBlock",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "contextMenus"
    ],
    "version": "0.1",
    "content_security_policy": "default-src 'self' http:\/\/*.webdever.net 'unsafe-eval'; script-src 'self' 'unsafe-eval'; object-src 'self' 'unsafe-eval'",
    "web_accessible_resources": [
        "block.css",
        "popup.js",
        "popup.html",
        "popup.css",
        "http:\/\/www.webdever.net\/shareblock\/popup.html"
    ]
}