오유야 아프지마ㅠㅠㅠ

오유야 아프지마ㅠㅠㅠ

훈훈했던 오유에서 깽판을 치고 종북으로 달크하게 몰아가려는 비정상적인 회원들을 찾는데 도움이 되고자 만든 툴입니다. 제발 우리를 그냥 웃게 놔두세요.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "오유야 아프지마ㅠㅠㅠ",
  "version": "0.126",
  "description": "훈훈했던 오유에서 깽판을 치고 종북으로 달크하게 몰아가려는 비정상적인 회원들을 찾는데 도움이 되고자 만든 툴입니다. 제발 우리를 그냥 웃게 놔두세요.",
  "background": {
    "scripts": [
      "ajax.js",
      "gibberish-aes.js",
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "icon-19.png",
    "default_title": "클릭하면 추천목록의 상세정보를 볼 수 있습니다.",
    "default_popup": "popup.html"
  },
  "permissions": [
    "cookies",
    "tabs",
    "http://todayhumor.co.kr/*",
    "http://*.ilbe.com/*",
    "http://ilbe.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://todayhumor.co.kr/*",
        "http://*.ilbe.com/*",
        "http://ilbe.com/*"
      ],
      "js": [
        "contentscript.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2
}