Examine source code of yucelcekici.com

Inspect and view changes in yucelcekici.com 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",
  "name": "yucelcekici.com",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "Bu eklentimiz ile yucelcekici.com sitesinde geçirdiğiniz süreyi sizlere gösteriyoruz.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://yucelcekici.com/*",
        "https://yucelcekici.com/*"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "content_style.css"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "https://yucelcekici.com/*",
    "https://yucelcekici.com/*",
    "notifications"
  ]
}