Good old Twitter

Returning old twitter logo

Good old Twitterคืออะไร?

Good old Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://631am.com และคุณลักษณะหลักของมันคือ "Returning old twitter logo"

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

screenshot
screenshot

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

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

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

                        If you are not yet ready for the global redesign that Elon Musk has prepared for the well-known Twitter name and logo, you can easily revert to the originals using this simple extension.                    

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

ชื่อ Good old Twitter Good old Twitter
ID bgfjejkobipclcknhenalahjbbphleio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/good-old-twitter/bgfjejkobipclcknhenalahjbbphleio
คำอธิบาย Returning old twitter logo
ขนาดไฟล์ 180 KB
จำนวนการติดตั้ง 467
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-07-27
วันที่เผยแพร่ 2023-07-25
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://631am.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://631am.com/good-old-twitter
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Good old Twitter",
    "version": "1.0.2",
    "description": "Returning old twitter logo",
    "homepage_url": "https:\/\/github.com\/littlemyx\/good_old_twitter",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "icons": {
        "16": "icon16.719d9ca8.png",
        "32": "icon32.4042bece.png",
        "48": "icon48.be0ec3db.png",
        "128": "icon.082f75ba.png"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/twitter.com\/*",
        "https:\/\/x.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*"
            ],
            "js": [
                "content.70a01fb4.js"
            ],
            "run_at": "document_end",
            "css": []
        }
    ],
    "options_ui": {
        "browser_style": true,
        "page": "options.e17f98f3.html"
    }
}