Dont Get Caught Beta

This extension exits all tabs and opens new page.

Dont Get Caught Beta란 무엇입니까?

Dont Get Caught Beta은(는) Shawn Craig에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension exits all tabs and opens new page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Dont Get Caught Beta 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Ever got caught watching porn? Or snooping on someone's Facebook/Instagram page? Or browsing a website at work? If so, then Dont Get Caught is the perfect Chrome extension for you.

You will never have to worry about someone catching you on a website that you don't want them to see. This app is simple and easy to use. With just one click of the icon or CTRL+X, all windows will exit and take you to a website that is suitable for the workplace. You can also set it up to clear 5 hours of your browsing history. 

This app runs well and uses little to no resources on your computer. You can have unlimited windows and tabs open, and Dont Get Caught extension will close everything and open job approved websites. 

For additional questions submit questions to the link provided below:
https://groups.google.com/forum/#!forum/dont-get-caught-faq                    

확장 프로그램 기본 정보

이름 Dont Get Caught Beta Dont Get Caught Beta
ID bfdlgkempefaphofoepppnhfbbhgfofi
공식 URL https://chromewebstore.google.com/detail/dont-get-caught-beta/bfdlgkempefaphofoepppnhfbbhgfofi
설명 This extension exits all tabs and opens new page.
파일 크기 26.96 KB
설치 횟수 59
현재 버전 0.0.1.2
최근 업데이트 2014-05-27
출시 날짜 2014-05-27
평점 5.00/5 총 1 개의 평점
개발자 Shawn Craig
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dont Get Caught Beta",
    "icons": {
        "16": "ICON16.png",
        "48": "ICON48.png",
        "128": "ICON128.png"
    },
    "short_name": "DGC",
    "description": "This extension exits all tabs and opens new page.",
    "version": "0.0.1.2",
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "browsingData"
    ],
    "browser_action": {
        "default_title": "DontGetCaught",
        "default_icon": "ICON16.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+X"
            },
            "description": "Send a 'toggle-feature' event to the extension"
        }
    },
    "manifest_version": 2
}