Easy Blocker for X

X(Twitter)のユーザーをワンクリックでブロックできるようにするやつ

Easy Blocker for Xคืออะไร?

Easy Blocker for X เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jabrek และคุณลักษณะหลักของมันคือ "X(Twitter)のユーザーをワンクリックでブロックできるようにするやつ"

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

screenshot

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

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

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

                        Add buttons to block users with a single click.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Easy Blocker for X Easy Blocker for X
ID lenngecmknckkoginhkkcbgfpnicelbf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-blocker-for-x/lenngecmknckkoginhkkcbgfpnicelbf
คำอธิบาย X(Twitter)のユーザーをワンクリックでブロックできるようにするやつ
ขนาดไฟล์ 51.43 KB
จำนวนการติดตั้ง 2,778
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2024-01-25
วันที่เผยแพร่ 2023-08-23
คะแนน 4.64/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Jabrek
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Blocker for X",
    "description": "X(Twitter)\u306e\u30e6\u30fc\u30b6\u30fc\u3092\u30ef\u30f3\u30af\u30ea\u30c3\u30af\u3067\u30d6\u30ed\u30c3\u30af\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u3084\u3064",
    "version": "1.0.8",
    "manifest_version": 3,
    "author": "Jabrek",
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "default_locale": "en",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*"
            ],
            "js": [
                "jquery-3.7.0.min.js",
                "script.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "action": {
        "default_title": "\u8a2d\u5b9a",
        "default_icon": "icon\/48.png",
        "default_popup": "popup\/popup.html"
    }
}