Ptt Media Preview

增強 Ptt 連結預覽體驗

Ptt Media Previewคืออะไร?

Ptt Media Preview เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mingc และคุณลักษณะหลักของมันคือ "增強 Ptt 連結預覽體驗"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ptt Media Preview

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

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

                        在網頁版與 term.ptt.cc 支援顯示更多圖片與影片
- imgur.com/a
- imgur.com/gallery
- live.staticflickr.com
- pbs.twimg.com
- pic.pimg.tw
- www.youtube.com
- youtu.be
- i.pixiv.cat

將 gif 換成 mp4,加速讀取與減少流量使用。

Source code: https://github.com/mingc00/ptt-imgur-fix                    

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

ชื่อ Ptt Media Preview Ptt Media Preview
ID khanhghjfcpmgkomfomadomnckjakglm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ptt-media-preview/khanhghjfcpmgkomfomadomnckjakglm
คำอธิบาย 增強 Ptt 連結預覽體驗
ขนาดไฟล์ 19.15 KB
จำนวนการติดตั้ง 3,273
เวอร์ชันปัจจุบัน 5.0.5
อัปเดตครั้งล่าสุด 2024-01-11
วันที่เผยแพร่ 2021-08-12
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Mingc
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mingc00/ptt-imgur-fix
ภาษาที่รองรับ zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ptt Media Preview",
    "description": "\u589e\u5f37 Ptt \u9023\u7d50\u9810\u89bd\u9ad4\u9a57",
    "version": "5.0.5",
    "icons": {
        "48": "icon\/48.png",
        "128": "icon\/128.png",
        "256": "icon\/256.png"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/*.imgur.com\/*",
        "https:\/\/www.ptt.cc\/*",
        "https:\/\/term.ptt.cc\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ptt.cc\/*.html"
            ],
            "js": [
                "imgur.js",
                "web.js"
            ]
        },
        {
            "matches": [
                "https:\/\/term.ptt.cc\/"
            ],
            "js": [
                "imgur.js",
                "term.js"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rule_set",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "manifest_version": 3
}