Zibin hepimizi seviyor

Zibin hepimizi seviyor

Zibin artik hepimizi seviyor.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Zibin hepimizi seviyor",
  "version": "1.0",
  "description": "Zibin artik hepimizi seviyor.",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitter.com/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ]
}