Twitter Square Icons

Revert the latest stupid Twitter change

Twitter Square Iconsคืออะไร?

Twitter Square Icons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Suyooo และคุณลักษณะหลักของมันคือ "Revert the latest stupid Twitter change"

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

screenshot

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

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

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

                        Reverts (most) avatars back to slightly rounded corners instead of circles.                    

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

ชื่อ Twitter Square Icons Twitter Square Icons
ID dddlbjknknopkfeeoakgdijdilmdnnhe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/twitter-square-icons/dddlbjknknopkfeeoakgdijdilmdnnhe
คำอธิบาย Revert the latest stupid Twitter change
ขนาดไฟล์ 3.3 KB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-06-16
วันที่เผยแพร่ 2017-06-16
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Suyooo
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Square Icons",
    "description": "Revert the latest stupid Twitter change",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tweetdeck.twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}