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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve your browsing experience by muting keywords across the web! Now open source!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mutable - Customizable Content Filtering एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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]"
        }
    }
}