Pantip Plus

This extension enhances your Pantip browsing experience.

Apa itu Pantip Plus?

Pantip Plus adalah ekstensi Chrome yang dikembangkan oleh hybridknight, dan fitur utamanya adalah "This extension enhances your Pantip browsing experience.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Pantip Plus

Unduh file ekstensi Pantip Plus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Pantip Plus Pantip Plus
ID nocpkgcekilmceiajhbeijfmoiidbolp
URL Resmi https://chromewebstore.google.com/detail/pantip-plus/nocpkgcekilmceiajhbeijfmoiidbolp
Deskripsi This extension enhances your Pantip browsing experience.
Ukuran File 90.76 KB
Jumlah Instalasi 815
Versi Saat Ini 0.3.1
Terakhir Diperbarui 2023-03-31
Tanggal Publikasi 2017-01-02
Penilaian 4.41/5 Total 32 Penilaian
Pengembang hybridknight
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}