4chan expand

auto expand image on 4chan

4chan expandคืออะไร?

4chan expand เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ea และคุณลักษณะหลักของมันคือ "auto expand image on 4chan"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 4chan expand

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

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

                        Auto expand images on 4chan.

4chan's option "Image expansion" must be set (which is the default).                    

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

ชื่อ 4chan expand 4chan expand
ID ikbkkokmckipffdffgdigdmbfjjbjpak
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/4chan-expand/ikbkkokmckipffdffgdigdmbfjjbjpak
คำอธิบาย auto expand image on 4chan
ขนาดไฟล์ 3.74 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-02-10
วันที่เผยแพร่ 2016-03-04
คะแนน 3.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา ea
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Etana/4chan_expand
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "4chan expand",
    "description": "auto expand image on 4chan",
    "version": "1.0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/boards.4chan.org\/*\/thread\/*",
                "https:\/\/boards.4channel.org\/*\/thread\/*"
            ],
            "js": [
                "e.js"
            ]
        }
    ],
    "icons": {
        "128": "i.png"
    }
}