OU Tools

베스트리플, 짤 선택, 글 임시저장, 오유 북마크, 오유 단축키, 일베차단, 회원메모, IP 차단, 브금끄기, 오유 더블클릭기능 토글, 당첨자뽑기 등

What is OU Tools?

OU Tools is a Chrome extension developed by 녹색분자, and its main feature is "베스트리플, 짤 선택, 글 임시저장, 오유 북마크, 오유 단축키, 일베차단, 회원메모, IP 차단, 브금끄기, 오유 더블클릭기능 토글, 당첨자뽑기 등".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download OU Tools Extension CRX File

Download OU Tools 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

                        오유(오늘의 유머)를 할때 유용한 기능들을 모아봤습니다.
파이어폭스: https://addons.mozilla.org/ko/firefox/addon/outools/

기능
- 댓글에 짤을 원클릭으로 달기
- 쓰던 글이 날아갈때를 대비한 글 임시저장
- 오유 단축크
- 오유 북마크(즐겨찾는 게시판)
- 오유 리모컨
- 일베 차단하기
- 나눔할때 원클릭으로 추첨하기
- 회원이름 옆에 메모해놓기
- 배경 못바꾸게하기
- 베스트리플 보기
- 특정 IP 차단
- 브금토글
- 오유 더블클릭기능 끄기, 다른사이트에서 사용하기
- 그외 기타등등

추가할기능이나 버그 말씀해주세요~

그래도 ASKY                    

Extension Basic Information

Name OU Tools OU Tools
ID pblkcpokpfnkoempdnhpealegchhegdj
Official URL https://chromewebstore.google.com/detail/ou-tools/pblkcpokpfnkoempdnhpealegchhegdj
Description 베스트리플, 짤 선택, 글 임시저장, 오유 북마크, 오유 단축키, 일베차단, 회원메모, IP 차단, 브금끄기, 오유 더블클릭기능 토글, 당첨자뽑기 등
File Size 99.61 KB
Installation Count 158
Current Version 2.3.7
Last Updated 2013-06-10
Publish Date 2013-06-10
Rating 4.29/5 Total 14 Ratings
Developer 녹색분자
Payment Type free
Extension Website http://todayhumor.co.kr/board/list.php?kind=member&mn=339216
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OU Tools",
    "description": "\ubca0\uc2a4\ud2b8\ub9ac\ud50c, \uc9e4 \uc120\ud0dd, \uae00 \uc784\uc2dc\uc800\uc7a5, \uc624\uc720 \ubd81\ub9c8\ud06c, \uc624\uc720 \ub2e8\ucd95\ud0a4, \uc77c\ubca0\ucc28\ub2e8, \ud68c\uc6d0\uba54\ubaa8, IP \ucc28\ub2e8, \ube0c\uae08\ub044\uae30, \uc624\uc720 \ub354\ube14\ud074\ub9ad\uae30\ub2a5 \ud1a0\uae00, \ub2f9\ucca8\uc790\ubf51\uae30 \ub4f1",
    "version": "2.3.7",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "OU Tools",
        "default_popup": "popup\/popup.html"
    },
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.todayhumor.co.kr\/board\/view.php*"
            ],
            "js": [
                "jquery.js",
                "\/functions\/reset_jjals.js",
                "contents\/view.js"
            ],
            "css": [
                "contents\/view.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*.todayhumor.co.kr\/board\/list.php*"
            ],
            "js": [
                "jquery.js",
                "contents\/list.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*.todayhumor.co.kr\/board\/write.php*",
                "http:\/\/*.todayhumor.co.kr\/board\/modify.php*"
            ],
            "js": [
                "jquery.js",
                "contents\/write.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*.todayhumor.co.kr\/*"
            ],
            "js": [
                "jquery.js",
                "contents\/all.js"
            ],
            "css": [
                "contents\/all.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*.ilbe.com\/*"
            ],
            "js": [
                "jquery.js",
                "contents\/ilbe.js"
            ],
            "css": [
                "contents\/ilbe.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "contents\/every_website.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "\/functions\/reset_jjals.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/xbutton.png"
    ],
    "permissions": [
        "*:\/\/*\/*",
        "storage",
        "contextMenus",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}