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文件

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

扩展使用说明

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