Pantip Plus

This extension enhances your Pantip browsing experience.

What is Pantip Plus?

Pantip Plus is a Chrome extension developed by hybridknight, and its main feature is "This extension enhances your Pantip browsing experience.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Pantip Plus Extension CRX File

Download Pantip Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Pantip Plus Pantip Plus
ID nocpkgcekilmceiajhbeijfmoiidbolp
Official URL https://chromewebstore.google.com/detail/pantip-plus/nocpkgcekilmceiajhbeijfmoiidbolp
Description This extension enhances your Pantip browsing experience.
File Size 90.76 KB
Installation Count 815
Current Version 0.3.1
Last Updated 2023-03-31
Publish Date 2017-01-02
Rating 4.41/5 Total 32 Ratings
Developer hybridknight
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}