pause swf

pause swf

ilbe.com의 플래시가 자동재생 되는 것을 방지합니다.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "pause swf",
  "version": "0.3",
  "content_scripts": [
    {
      "matches": [
        "http://www.ilbe.com/*"
      ],
      "js": [
        "jquery.min.js",
        "pause.js"
      ],
      "run_at": "document_end"
    }
  ]
}