pause swf

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

What is pause swf?

pause swf is a Chrome extension developed by skupfish, and its main feature is "ilbe.com의 플래시가 자동재생 되는 것을 방지합니다.".

Download pause swf Extension CRX File

Download pause swf extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name pause swf pause swf
ID lamnheipihlnihehkepfpiodcjheomie
Official URL https://chrome.google.com/webstore/detail/pause-swf/lamnheipihlnihehkepfpiodcjheomie
Description ilbe.com의 플래시가 자동재생 되는 것을 방지합니다.
File Size 36.3 KB
Installation Count 180
Current Version 0.3
Last Updated 2015-08-01
Publish Date 2015-08-01
Rating 1.00/5 Total 1 Ratings
Developer skupfish
Payment Type free
Supported Languages ko
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"
        }
    ]
}