Twitter Wide and Clear

Wide and Clear theme for Twitter website.

Twitter Wide and Clearคืออะไร?

Twitter Wide and Clear เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.arundavid.com และคุณลักษณะหลักของมันคือ "Wide and Clear theme for Twitter website."

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

screenshot
screenshot
screenshot

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

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

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

                        This extension makes twitter website to full width of the browser and removes the image/video/media preview from the timeline to increase the focus on content without distraction.                    

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

ชื่อ Twitter Wide and Clear Twitter Wide and Clear
ID blbmlgjoglkgoejpipkbhnbggoegkkmm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-wide-and-clear/blbmlgjoglkgoejpipkbhnbggoegkkmm
คำอธิบาย Wide and Clear theme for Twitter website.
ขนาดไฟล์ 58.29 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-06-30
วันที่เผยแพร่ 2015-06-30
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.arundavid.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Wide and Clear",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Wide and Clear theme for Twitter website.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "onload.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/twitter.com\/*"
    ]
}