Whois Sorgu

Whois Sorgu

Ziyaret ettiğiniz websitelerine ait whois bilgilerine tek tıkla ulaşın.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Whois Sorgu",
  "short_name": "Whois Sorgu",
  "version": "0.1.4",
  "manifest_version": 2,
  "description": "Ziyaret ettiğiniz websitelerine ait whois bilgilerine tek tıkla ulaşın.",
  "homepage_url": "http://sorgu.com",
  "icons": {
    "16": "icons/black/icon16.png",
    "48": "icons/black/icon48.png",
    "128": "icons/black/icon128.png"
  },
  "background": {
    "scripts": [
      "src/background.min.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*"
      ],
      "js": [
        "src/jquery-2.1.1.min.js",
        "src/content.min.js"
      ],
      "run_at": "document_end"
    }
  ],
  "page_action": {
    "default_icon": "icons/transparent/icon19.png",
    "default_title": "Whois Sorgu"
  },
  "permissions": [
    "tabs",
    "http://*/*"
  ]
}