Pantip Clean Style

เปลี่ยน Pantip.com เป็นสีขาว สบายตา เพราะความเผือกไม่เข้าใครออกใคร! กำเสื่อไว้พร้อมปูรับทุกมาม่า!

What is Pantip Clean Style?

Pantip Clean Style is a Chrome extension developed by NTPH, and its main feature is "เปลี่ยน Pantip.com เป็นสีขาว สบายตา เพราะความเผือกไม่เข้าใครออกใคร! กำเสื่อไว้พร้อมปูรับทุกมาม่า!".

Extension Screenshots

screenshot

Download Pantip Clean Style Extension CRX File

Download Pantip Clean Style 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.com ให้เรียบ สะอาด กว่าที่เคยเป็น สำหรับผู้ที่มีปัญหาด้านสายตา แล้วมักจะลายตาเวลาอ่านเว็บไซต์ Pantip.com
เพราะความเผือกไม่เข้าใครออกใคร! กำเสื่อไว้พร้อมปูรับทุกมาม่า!

Update

* แก้ไขความสว่างของสีขาว
-----------------------------------------
* แก้ไขรูปแบบ preview ความคิดเห็น
* แก้ไขสีตัวหนังสือ ช่องพิมพ์เนื้อหา
-----------------------------------------
* แก้ไขให้มีผลกับหน้าแรก และหน้าห้อง
* แก้ไขหน้ากระทู้                    

Extension Basic Information

Name Pantip Clean Style Pantip Clean Style
ID gghbgdecnkcekoinhhffonnmoejbaddj
Official URL https://chromewebstore.google.com/detail/pantip-clean-style/gghbgdecnkcekoinhhffonnmoejbaddj
Description เปลี่ยน Pantip.com เป็นสีขาว สบายตา เพราะความเผือกไม่เข้าใครออกใคร! กำเสื่อไว้พร้อมปูรับทุกมาม่า!
File Size 18.39 KB
Installation Count 893
Current Version 0.2.3
Last Updated 2017-04-22
Publish Date 2017-04-22
Rating 5.00/5 Total 4 Ratings
Developer NTPH
Email [email protected]
Payment Type free
Supported Languages th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pantip Clean Style",
    "description": "\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19 Pantip.com \u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e35\u0e02\u0e32\u0e27 \u0e2a\u0e1a\u0e32\u0e22\u0e15\u0e32 \u0e40\u0e1e\u0e23\u0e32\u0e30\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1c\u0e37\u0e2d\u0e01\u0e44\u0e21\u0e48\u0e40\u0e02\u0e49\u0e32\u0e43\u0e04\u0e23\u0e2d\u0e2d\u0e01\u0e43\u0e04\u0e23! \u0e01\u0e33\u0e40\u0e2a\u0e37\u0e48\u0e2d\u0e44\u0e27\u0e49\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e1b\u0e39\u0e23\u0e31\u0e1a\u0e17\u0e38\u0e01\u0e21\u0e32\u0e21\u0e48\u0e32!",
    "version": "0.2.3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.pantip.com\/*",
                "https:\/\/*.pantip.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}