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
Eメール [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"
    }
}