TXDoT Show Local ID

TXDoT Show Local ID

Changes the CSS style of localID from 'none' to 'contents' so that it can be displayed

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "TXDoT Show Local ID",
  "description": "Changes the CSS style of localID from 'none' to 'contents' so that it can be displayed",
  "version": "1.0.0",
  "icons": {
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.txdot.public.ms2soft.com/tcds/tsearch.asp?loc=txdot"
      ],
      "js": [
        "Content.js"
      ]
    }
  ],
  "author": "Felix Starr",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}