No Moments for Twitter

A chrome extension that hides the Moments button on the Twitter website.

No Moments for Twitterคืออะไร?

No Moments for Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ungoldman และคุณลักษณะหลักของมันคือ "A chrome extension that hides the Moments button on the Twitter website."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No Moments for Twitter

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

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

                        A chrome extension that hides the Moments button on the Twitter website.

Disclaimer:

This extension is distributed free of charge and made for educational/practical purposes only! No harm is intended toward the great nation of Twitter. I just don't want to accidentally click the `Moments` button anymore.                    

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

ชื่อ No Moments for Twitter No Moments for Twitter
ID kenlkkgfablehdjlhidnacobagpcbmcp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/no-moments-for-twitter/kenlkkgfablehdjlhidnacobagpcbmcp
คำอธิบาย A chrome extension that hides the Moments button on the Twitter website.
ขนาดไฟล์ 30.76 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2015-12-04
วันที่เผยแพร่ 2015-12-04
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา ungoldman
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ngoldman/no-moments
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Moments for Twitter",
    "version": "1.0.0",
    "description": "A chrome extension that hides the Moments button on the Twitter website.",
    "homepage_url": "http:\/\/github.com\/ngoldman\/no-moments",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "no-moments.css"
            ]
        }
    ]
}