Twitter Origifier

Makes twitter images their original resolution

Twitter Origifierคืออะไร?

Twitter Origifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย @nathanwentworth และคุณลักษณะหลักของมันคือ "Makes twitter images their original resolution"

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

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

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

                        Twitter hides their full-resolution images behind a :orig url flag, this extension automatically adds or replaces the suffix to always show twitter images in their original resolution.

How to use!
1. Right click image on twitter
2. Open in a new tab
3. Done!                    

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

ชื่อ Twitter Origifier Twitter Origifier
ID lcbhlbbekpaklnhgfcccpdplhegpjkjk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-origifier/lcbhlbbekpaklnhgfcccpdplhegpjkjk
คำอธิบาย Makes twitter images their original resolution
ขนาดไฟล์ 3.28 KB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2017-11-27
วันที่เผยแพร่ 2017-11-27
ผู้พัฒนา @nathanwentworth
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://nathanwentworth.co
URL หน้าช่วยเหลือ https://twitter.com/nathanwentworth
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Origifier",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Makes twitter images their original resolution",
    "homepage_url": "https:\/\/nathanwentworth.co",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pbs.twimg.com\/media\/*"
            ],
            "js": [
                "origifier.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab"
    ]
}