Twitter Debubbler

Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode.

Twitter Debubblerคืออะไร?

Twitter Debubbler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Liquid Nitrogen และคุณลักษณะหลักของมันคือ "Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode."

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

screenshot
screenshot

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

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

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

                        Not yet ready for Twitter's new "bubbly" design? Fear not, because with Twitter Debubbler™ everything remains like you know and love it!

Updated to version 0.2.4 to include night mode and Tweetdeck support!                    

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

ชื่อ Twitter Debubbler Twitter Debubbler
ID hkjoicffkkieieemalcahjhhknneoapn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-debubbler/hkjoicffkkieieemalcahjhhknneoapn
คำอธิบาย Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode.
ขนาดไฟล์ 170 KB
จำนวนการติดตั้ง 280
เวอร์ชันปัจจุบัน 0.3.4
อัปเดตครั้งล่าสุด 2019-07-19
วันที่เผยแพร่ 2019-07-18
คะแนน 2.50/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา Liquid Nitrogen
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/DariusMiu/twitter-debubbler
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Debubbler",
    "version": "0.3.4",
    "description": "Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode.",
    "icons": {
        "16": "ico\/ico_16.png",
        "48": "ico\/ico_48.png",
        "128": "ico\/ico_128.png"
    },
    "content_scripts": [
        {
            "css": [
                "dist\/debubbler.css"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "dist\/icons\/*",
        "dist\/debubbler.css"
    ]
}