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
官方網址 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
電子郵箱 [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]"
        }
    }
}