Examine source code of Transphoto and others Dark Theme

Inspect and view changes in Transphoto and others Dark Theme source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Transphoto and others Dark Theme",
  "description": "Тёмная тема для СТТС и подобных сайтов",
  "version": "1.3",
  "author": "Alexander Kharitonov (Alexa)",
  "browser_action": {
    "default_title": "Transphoto dark theme",
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://trainpix.org/*",
        "https://trainphoto.org.ua/*",
        "https://trainpix.org/",
        "https://trainphoto.org.ua/",
        "https://transphoto.org/",
        "https://railgallery.ru/",
        "https://transphoto.org/*",
        "https://railgallery.ru/",
        "http://fotobus.msk.ru/*",
        "http://fotobus.msk.ru/",
        "https://busphoto.eu/*",
        "https://busphoto.eu/",
        "https://photobuildings.com/*",
        "https://photobuildings.com/",
        "https://fleetphoto.ru/*",
        "https://fleetphoto.ru/",
        "https://aviapix.ru/*",
        "https://aviapix.ru/"
      ],
      "css": [
        "css.css"
      ]
    }
  ]
}