Simplify Twitter Web UI

Simplify the new Twitter Web UI

Simplify Twitter Web UIคืออะไร?

Simplify Twitter Web UI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lukeed และคุณลักษณะหลักของมันคือ "Simplify the new Twitter Web UI"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simplify Twitter Web UI

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

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

                        **Why?**

- I don't like 3-column layouts (too busy)
- Hide "Trending For you" stuff – usually in the right sidebar
- Attempt to hide "Promoted Tweets" – currently works, but don't count on it

See the website for more info.                    

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

ชื่อ Simplify Twitter Web UI Simplify Twitter Web UI
ID pobjlebhmdjbgfjhfdhblilmpjkegbfd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simplify-twitter-web-ui/pobjlebhmdjbgfjhfdhblilmpjkegbfd
คำอธิบาย Simplify the new Twitter Web UI
ขนาดไฟล์ 10.53 KB
จำนวนการติดตั้ง 383
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2019-06-29
วันที่เผยแพร่ 2019-06-29
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา lukeed
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/lukeed/twitter-simple-extension
URL หน้าช่วยเหลือ https://github.com/lukeed/twitter-simple-extension/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simplify Twitter Web UI",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Simplify the new Twitter Web UI",
    "homepage_url": "https:\/\/github.com\/lukeed\/twitter-simple-extension",
    "icons": {
        "128": "128x128.png"
    },
    "permissions": [
        "https:\/\/twitter.com\/*",
        "https:\/\/*.twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/*\/twitter.com\/*"
            ],
            "js": [
                "index.min.js"
            ]
        }
    ]
}