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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://idreesinc.com และคุณลักษณะหลักของมันคือ "Improve your browsing experience by muting keywords across the web! Now open source!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mutable - Customizable Content Filtering

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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]"
        }
    }
}