X Repost Omitted

An extension to hide X (formerly Twitter) reposts.

X Repost Omittedคืออะไร?

X Repost Omitted เป็นส่วนขยายของ Chrome ที่พัฒนาโดย developer.waieight. และคุณลักษณะหลักของมันคือ "An extension to hide X (formerly Twitter) reposts."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย X Repost Omitted

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

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

                        You can view it by clicking on the ▼ icon.
This is a great extension for those who don't need reposts but are curious about what kind of reposts you have made.                    

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

ชื่อ X Repost Omitted X Repost Omitted
ID aagmfjihkcmppkieikhehgihiemdmpfd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/x-repost-omitted/aagmfjihkcmppkieikhehgihiemdmpfd
คำอธิบาย An extension to hide X (formerly Twitter) reposts.
ขนาดไฟล์ 41.5 KB
จำนวนการติดตั้ง 291
เวอร์ชันปัจจุบัน 0.0.0.58
อัปเดตครั้งล่าสุด 2024-01-17
วันที่เผยแพร่ 2020-09-27
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา developer.waieight.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://waieight.hatenablog.jp/
URL หน้านโยบายความเป็นส่วนตัว https://waieight.hatenablog.jp/entry/2021/03/23/180238
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "X Repost Omitted",
    "version": "8.0.0.58",
    "version_name": "0.0.0.58",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "\/jquery\/jquery-3.7.1.min.js",
                "\/js\/omitted.js"
            ],
            "css": [
                "\/css\/omitted.css"
            ],
            "run_at": "document_start"
        }
    ]
}