ShareBlock

Block share with social media icons.

ShareBlock란 무엇입니까?

ShareBlock은(는) webdever.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block share with social media icons."입니다.

ShareBlock 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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