Ptt Media Preview

增強 Ptt 連結預覽體驗

Ptt Media Preview란 무엇입니까?

Ptt Media Preview은(는) Mingc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "增強 Ptt 連結預覽體驗"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Ptt Media Preview 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        在網頁版與 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
}