No Twitter Crop

Get rid of Twitter's image crop on single image tweets.

No Twitter Cropคืออะไร?

No Twitter Crop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jaebirds และคุณลักษณะหลักของมันคือ "Get rid of Twitter's image crop on single image tweets."

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

screenshot

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

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

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

                        Twitter has updated its mobile app so that it displays vertical sized images properly, but the desktop version still has an awful crop. This extension simply fixes the site so that vertical sized images will display properly. This only works for single image posts, not photosets.                    

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

ชื่อ No Twitter Crop No Twitter Crop
ID amijdfkmcibipgokogloipabagonjmbb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/no-twitter-crop/amijdfkmcibipgokogloipabagonjmbb
คำอธิบาย Get rid of Twitter's image crop on single image tweets.
ขนาดไฟล์ 6.81 KB
จำนวนการติดตั้ง 111
เวอร์ชันปัจจุบัน 1.02
อัปเดตครั้งล่าสุด 2021-08-12
วันที่เผยแพร่ 2021-08-11
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Jaebirds
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Twitter Crop",
    "description": "Get rid of Twitter's image crop on single image tweets.",
    "version": "1.02",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/notwittercrop16.png",
            "32": "\/images\/notwittercrop32.png",
            "48": "\/images\/notwittercrop48.png",
            "128": "\/images\/notwittercrop128.png"
        }
    },
    "icons": {
        "16": "\/images\/notwittercrop16.png",
        "32": "\/images\/notwittercrop32.png",
        "48": "\/images\/notwittercrop48.png",
        "128": "\/images\/notwittercrop128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "css": [
                "twitter.css"
            ]
        }
    ]
}