Social Disconnect Plus

Remove all forms of tracking from social media contents (i.e. Facebook like button).

Social Disconnect Plus란 무엇입니까?

Social Disconnect Plus은(는) Benni에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove all forms of tracking from social media contents (i.e. Facebook like button)."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Social Disconnect Plus 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Social Disconnect Plus is a browser extension that removes all sorts of social media content on web pages (i.e. the facebook like button and other widgets).

Some features:
a. removes all types of social content from web pages.
b. uses selective rules from FanBoys social blocking list.
c. makes your browsing faster, more private, and more secure.
d. clicking on the toolbar icon enables or disables the addon.
e. badge icon's text shows the number of blocked items within the current page.

Note: this addon does not remove social content used for writing reviews on websites (i.e. comments plug-in)

To report bugs, please visit the addon's homepage (https://mybrowseraddon.com/social-disconnect-plus.html) and fill out the bug report form.                    

확장 프로그램 기본 정보

이름 Social Disconnect Plus Social Disconnect Plus
ID faimofmennfcdnfmhilbhlhlhnfmpdel
공식 URL https://chromewebstore.google.com/detail/social-disconnect-plus/faimofmennfcdnfmhilbhlhlhnfmpdel
설명 Remove all forms of tracking from social media contents (i.e. Facebook like button).
파일 크기 104 KB
설치 횟수 1,555
현재 버전 0.1.5
최근 업데이트 2022-09-20
출시 날짜 2019-07-02
평점 3.20/5 총 5 개의 평점
개발자 Benni
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.mybrowseraddon.com/social-disconnect-plus.html
도움말 페이지 URL https://www.mybrowseraddon.com/social-disconnect-plus.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.5",
    "manifest_version": 3,
    "name": "Social Disconnect Plus",
    "homepage_url": "https:\/\/mybrowseraddon.com\/social-disconnect-plus.html",
    "description": "Remove all forms of tracking from social media contents (i.e. Facebook like button).",
    "permissions": [
        "storage",
        "declarativeContent",
        "declarativeNetRequest"
    ],
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "url-filter",
                "path": "data\/filters\/url-filter.json"
            }
        ]
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}