Mutable - Customizable Content Filtering

Improve your browsing experience by muting keywords across the web! Now open source!

Mutable - Customizable Content Filteringとは何ですか?

Mutable - Customizable Content Filteringはhttps://idreesinc.comによって開発されたChromeの拡張機能で、その主な機能は「Improve your browsing experience by muting keywords across the web! Now open source!」です。

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

screenshot
screenshot
screenshot

Mutable - Customizable Content Filtering拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Take control of the websites you browse every day and eliminate the content you don't want to see! Mutable helps you mute unwanted content across multiple sites at once. Just pick the keywords you want to hide and Mutable will blur, hide, or replace any posts it finds containing those terms!

Features:

- Control what you see (and what you don't) across multiple social media sites at once!
- Create keyword mute lists that work across Twitter/X, Facebook, Mastodon, Reddit, and Bluesky, and more!
- Choose between blurring out posts, blurring with a preview, or hiding them altogether
- You can even replace posts with cute images of kittens, puppies, or hedgehogs for that additional serotonin!

Mutable is still being developed and I would love to hear from you. For questions, comments, or concerns, feel free to reach out!                    

拡張機能の基本情報

名前 Mutable - Customizable Content Filtering Mutable - Customizable Content Filtering
ID daniknejbbnjhfmcgolfpaedkpcfkaop
公式URL https://chromewebstore.google.com/detail/mutable-customizable-cont/daniknejbbnjhfmcgolfpaedkpcfkaop
説明 Improve your browsing experience by muting keywords across the web! Now open source!
ファイルサイズ 9.35 MB
インストール数 227
現在のバージョン 1.3.2
最終更新日 2024-01-29
公開日 2023-08-12
評価 4.40/5 合計 5 レビュー
開発者 https://idreesinc.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://mutable.idreesinc.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mutable - Customizable Content Filtering",
    "description": "Improve your browsing experience by muting keywords across the web! Now open source!",
    "version": "1.3.2",
    "homepage_url": "https:\/\/idreesinc.com",
    "icons": {
        "48": "icons\/foil-48.png",
        "96": "icons\/foil-96.png",
        "128": "icons\/foil-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "pako.js",
                "shared.js",
                "application.js"
            ],
            "css": [
                "mutable-stylesheet.css"
            ]
        }
    ],
    "action": {
        "default_popup": "settings\/settings.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}