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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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]"
        }
    }
}