Trayut

Trayut

Reading Thai political news from a different perspective

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Trayut",
  "description": "Reading Thai political news from a different perspective",
  "version": "1.1",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://*.twitter.com/*",
        "https://*.instagram.com/*"
      ],
      "js": [
        "jquery-2.2.1.min.js",
        "content.js"
      ],
      "run_at": "document_end",
      "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
      }
    }
  ]
}