Sahibinden.com Yorumlar

Sahibinden.com Yorumlar

Sahibinden.com sitesindeki ilanlara yorum yapabileceğiniz bir eklentidir

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Sahibinden.com Yorumlar",
  "version": "0.4",
  "description": "Sahibinden.com sitesindeki ilanlara yorum yapabileceğiniz bir eklentidir",
  "content_scripts": [
    {
      "matches": [
        "https://*.sahibinden.com/ilan/*"
      ],
      "js": [
        "content.js",
        "firebase-app.js",
        "firebase-auth.js"
      ],
      "css": [
        "main.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "assets/*"
  ],
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com; object-src 'self'"
}