Pantip Plus

This extension enhances your Pantip browsing experience.

Pantip Plus란 무엇입니까?

Pantip Plus은(는) hybridknight에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension enhances your Pantip browsing experience."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Pantip Plus 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Pantip Plus extension ที่จะช่วยทำให้คุณมีความสุขกับการอ่าน Pantip มากขึ้นโดยคุณสมบัติหลักๆ ดังนี้
- กางความเห็นย่อยที่ซ่อนอยู่ออกมาให้เองโดยไม่ต้องกดดู เมื่อเลื่อนหน้าจอผ่าน สะดวกมากเวลาติดตามกระทู้ดราม่าที่มีเม้นย่อยเยอะๆ
- โหลดหน้าต่อไปให้เอง ไม่ต้องคอยกดดูหน้าต่อไป สะดวกมากสำหรับกระทู้ยาวๆ แค่ scroll mouse ลงไป ก็อ่านได้เรื่อยๆ ไม่ต้องเลื่อนคลิก เลื่อนคลิกเหมือนอดีต
- เมื่อเจอลิ้งแบบ Mobile จะเปิดหน้าเว็บแบบ Desktop ให้เลย อ่านได้สะดวก เต็มตา
- ไม่ตกรถ! เมื่อเจอกระทู้ที่โดนลบ extension จะเปิดกระทู้ที่ Google cached ไว้มาให้ดูอัตโนมัติ
- จัด layout และสีสันนิดหน่อย เพื่อให้อ่านได้สบายตามากขึ้น อ่านได้นานขึ้น                    

확장 프로그램 기본 정보

이름 Pantip Plus Pantip Plus
ID nocpkgcekilmceiajhbeijfmoiidbolp
공식 URL https://chromewebstore.google.com/detail/pantip-plus/nocpkgcekilmceiajhbeijfmoiidbolp
설명 This extension enhances your Pantip browsing experience.
파일 크기 90.76 KB
설치 횟수 815
현재 버전 0.3.1
최근 업데이트 2023-03-31
출시 날짜 2017-01-02
평점 4.41/5 총 32 개의 평점
개발자 hybridknight
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pantip Plus",
    "description": "This extension enhances your Pantip browsing experience.",
    "version": "0.3.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*.pantip.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.pantip.com\/*",
                "https:\/\/*.pantip.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "author": "Metwara Narksook",
    "web_accessible_resources": [
        "script.js"
    ]
}