Anıl Uzun

Anıl Uzun

Müzikte En Güvenilen Ses ANIL UZUN'dan Bir Müzik Platformu

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Anıl Uzun",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Müzikte En Güvenilen Ses ANIL UZUN'dan Bir Müzik Platformu",
  "browser_action": {
    "default_icon": "logo.png",
    "default_popup": "anil-uzun.html"
  },
  "background": {
    "scripts": [
      "js.js"
    ]
  }
}