Tweet Blocker

Block tweets containing specified keywords for a customizable Twitter experience.

Tweet Blocker란 무엇입니까?

Tweet Blocker은(는) spikylol2에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block tweets containing specified keywords for a customizable Twitter experience."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Tweet Blocker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Introducing Tweet Blocker - the ultimate chrome extension for a distraction-free browsing experience on Twitter. With Tweet Blocker, you have the power to curate your feed and control the information that you see. Say goodbye to unwanted spoilers, news, and content that doesn't align with your interests. The extension is easy to use, and it has a user-friendly interface that makes it simple to add or remove keywords at any time, giving you complete control over your browsing experience.

Whether you're trying to avoid spoilers for your favorite TV show or movie, or you just want to block out certain types of content like crypto-related tweets or political tweets, Tweet Blocker has got you covered. It allows you to block tweets containing specific keywords, making it easy to stay focused while scrolling through your feed. No more unwanted distractions, no more spoilers, and no more irrelevant content. Download Tweet Blocker today and enjoy a more productive and enjoyable browsing experience on Twitter!                    

확장 프로그램 기본 정보

이름 Tweet Blocker Tweet Blocker
ID jppkefdegnmdgockijpjkpelaenamnib
공식 URL https://chromewebstore.google.com/detail/tweet-blocker/jppkefdegnmdgockijpjkpelaenamnib
설명 Block tweets containing specified keywords for a customizable Twitter experience.
파일 크기 16.22 KB
설치 횟수 91
현재 버전 1.1
최근 업데이트 2023-11-13
출시 날짜 2023-01-24
평점 2.00/5 총 1 개의 평점
개발자 spikylol2
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tweet Blocker",
    "version": "1.1",
    "description": "Block tweets containing specified keywords for a customizable Twitter experience.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}