Pantip Filter

ช่วยคุณกรองข้อความเฉพาะเจ้าของกระทู้ ทำให้ไม่เสียเวลาอ่านกระทู้ยาวๆ

What is Pantip Filter?

Pantip Filter is a Chrome extension developed by PanJ, and its main feature is "ช่วยคุณกรองข้อความเฉพาะเจ้าของกระทู้ ทำให้ไม่เสียเวลาอ่านกระทู้ยาวๆ".

Extension Screenshots

screenshot

Download Pantip Filter Extension CRX File

Download Pantip Filter 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

                        Update v0.3
- แก้ไขให้ใช้ได้กับ https

Update v0.2
- เพิ่มการโหลดกระทู้อัตโนมัติ
- แก้ไขข้อผิดพลาดบางจุด

Extension Pantip Filter ช่วยคุณกรองข้อความ แสดงผลเฉพาะข้อความของเจ้าของกระทู้ ทำให้ไม่เสียเวลาอ่านกระทู้ยาวๆ

Extension นี้ไม่ใช่ Extension ทางการของ pantip.com                    

Extension Basic Information

Name Pantip Filter Pantip Filter
ID lfecojmicibekimjllflggfnbacephnm
Official URL https://chromewebstore.google.com/detail/pantip-filter/lfecojmicibekimjllflggfnbacephnm
Description ช่วยคุณกรองข้อความเฉพาะเจ้าของกระทู้ ทำให้ไม่เสียเวลาอ่านกระทู้ยาวๆ
File Size 69.32 KB
Installation Count 2,503
Current Version 0.3
Last Updated 2017-01-09
Publish Date 2017-01-08
Rating 4.81/5 Total 69 Ratings
Developer PanJ
Payment Type free
Supported Languages th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pantip Filter",
    "description": "\u0e0a\u0e48\u0e27\u0e22\u0e04\u0e38\u0e13\u0e01\u0e23\u0e2d\u0e07\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e40\u0e08\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e01\u0e23\u0e30\u0e17\u0e39\u0e49 \u0e17\u0e33\u0e43\u0e2b\u0e49\u0e44\u0e21\u0e48\u0e40\u0e2a\u0e35\u0e22\u0e40\u0e27\u0e25\u0e32\u0e2d\u0e48\u0e32\u0e19\u0e01\u0e23\u0e30\u0e17\u0e39\u0e49\u0e22\u0e32\u0e27\u0e46",
    "version": "0.3",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "https:\/\/pantip.com\/",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "fav-icon.png",
            "38": "icon_38.png"
        },
        "default_title": "\u0e01\u0e23\u0e2d\u0e07\u0e41\u0e15\u0e48\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e40\u0e08\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e01\u0e23\u0e30\u0e17\u0e39\u0e49"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}