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"
    ]
}