ShareBlock

Block share with social media icons.

什么是ShareBlock?

ShareBlock是由webdever.net开发的Chrome扩展程序,该扩展的主要功能是“Block share with social media icons.”。

下载ShareBlock扩展crx文件

下载ShareBlock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 ShareBlock ShareBlock
ID npongcahcbcoimmddgobdgjpnkpaoifl
官方URL https://chrome.google.com/webstore/detail/shareblock/npongcahcbcoimmddgobdgjpnkpaoifl
简介 Block share with social media icons.
文件大小 29.96 KB
安装次数 18
当前版本 0.1
更新时间 2014-12-22
上架时间 2014-12-21
评分 5.00/5 共1次评分
开发者 webdever.net
付费类型 free
支持的语言 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"
    ]
}