Tweet Blocker

Block tweets containing specified keywords for a customizable Twitter experience.

Tweet Blockerคืออะไร?

Tweet Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย spikylol2 และคุณลักษณะหลักของมันคือ "Block tweets containing specified keywords for a customizable Twitter experience."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tweet Blocker

ดาวน์โหลดไฟล์ส่วนขยาย Tweet Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
            ]
        }
    ]
}