Maç İzle

Maç İzle

Periscope yayınlarından canlı maç izle.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Maç İzle",
  "description": "Periscope yayınlarından canlı maç izle.",
  "version": "1.0",
  "permissions": [
    "activeTab",
    "webRequest",
    "storage",
    "webRequestBlocking",
    "https://*.periscope.tv/*"
  ],
  "icons": {
    "16": "img/macvar_16.png",
    "48": "img/macvar_48.png",
    "128": "img/macvar_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.periscope.tv/*"
      ],
      "js": [
        "injectToPeriscope.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "19": "img/macvar_19.png",
      "38": "img/macvar_38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Yayın aramak veya ekranı düzenlemek için tıkla!"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "web_accessible_resources": [
    "img/macvar_128.png"
  ]
}