Pantip Plus

Pantip Plus

This extension enhances your Pantip browsing experience.

Merlin
Additional files are visible only to premium users

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"
  ]
}