Naver post scrapper tracker

Naver post scrapper tracker

It shows you lists of scrappers who scrapped Naver posts!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Naver post scrapper tracker",
  "version": "1.0",
  "description": "It shows you lists of scrappers who scrapped Naver posts!",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png",
    "512": "icons/icon512.png"
  },
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_popup": "main.html"
  },
  "author": "K.([email protected])",
  "permissions": [
    "tabs",
    "http://cafe.naver.com/CafeScrapHistory.nhn",
    "http://blog.naver.com/ScrapHistory.nhn"
  ],
  "web_accessible_resources": [
    "icons/*.png"
  ]
}