Facebook Clarity: Remove Suggested Posts

A simple extension to remove suggested posts from Facebook.

Facebook Clarity: Remove Suggested Postsとは何ですか?

Facebook Clarity: Remove Suggested PostsはEric Tronによって開発されたChromeの拡張機能で、その主な機能は「A simple extension to remove suggested posts from Facebook.」です。

拡張機能のスクリーンショット

screenshot

Facebook Clarity: Remove Suggested Posts拡張機能のCRXファイルをダウンロード

Facebook Clarity: Remove Suggested Posts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Facebook Clarity: Remove Suggested Posts

Description:
Facebook Clarity: Remove Suggested Posts is an browser extension designed to enhance your online experience by removing suggested posts from Facebook

Key Features:
User-Controlled Experience: With a simple ON/OFF toggle button, users can effortlessly activate or deactivate the extension as per their browsing needs.

Detection of five languages: English, Italian, German, French, and Spanish.

Getting Started:
Getting started with Facebook Clarity: Remove Suggested Posts is easy! Simply add the extension to your Chrome browser, and it will automatically start cleansing your Facebook from unwanted suggesteds posts. 

For any additional keywords or suggestions, feel free to reach out to @UncertainCoder on Twitter. Your feedback helps us improve and adapt to the ever-changing digital landscape.                    

拡張機能の基本情報

名前 Facebook Clarity: Remove Suggested Posts Facebook Clarity: Remove Suggested Posts
ID pnlkpfhdofmkhgkbjcdfnlleldehgicl
公式URL https://chromewebstore.google.com/detail/facebook-clarity-remove-s/pnlkpfhdofmkhgkbjcdfnlleldehgicl
説明 A simple extension to remove suggested posts from Facebook.
ファイルサイズ 72.14 KB
インストール数 96
現在のバージョン 1.2
最終更新日 2023-11-23
公開日 2023-11-21
評価 5.00/5 合計 2 レビュー
開発者 Eric Tron
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://github.com/EricTron-FR/Facebook-Clarity/blob/main/privacy.md
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Facebook Clarity: Remove Suggested Posts",
    "version": "1.2",
    "description": "A simple extension to remove suggested posts from Facebook.",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/facebook.com\/*",
        "*:\/\/*.facebook.com\/*"
    ],
    "action": {
        "default_popup": "hello.html",
        "default_icon": {
            "16": "images\/icon128.png",
            "48": "images\/icon128.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "scripts\/contentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon128.png",
        "48": "images\/icon128.png",
        "128": "images\/icon128.png"
    }
}