Pants Down

Closes your tabs and gives you the best excuse for watching porn.

Pants Down란 무엇입니까?

Pants Down은(는) Pants Down에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Closes your tabs and gives you the best excuse for watching porn."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Pants Down 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Pants Down sits there waiting at the top of your browser for when your ‘alone time’ isn’t quite as alone as you would like. At the click of a button it closes your porn filled tabs and replaces them with instructions on how to check your testicles for testicular cancer. So when your unwanted guest asks what the hell you are doing you can simply say that you are just checking your testicles, no more questions asked. And while you are already down there with it all hanging out why not give them a check anyway just to be on the safe side. Then when the coast is clear one more click returns you to all that lovely alone time as if nothing had ever happened.

Pants Down gives you the best excuse for watching porn. And the best excuse to give your testicles a check.                    

확장 프로그램 기본 정보

이름 Pants Down Pants Down
ID nimbgebdfohhelapfjdijihlbdbpgijk
공식 URL https://chrome.google.com/webstore/detail/pants-down/nimbgebdfohhelapfjdijihlbdbpgijk
설명 Closes your tabs and gives you the best excuse for watching porn.
파일 크기 54.46 KB
설치 횟수 190
현재 버전 1
최근 업데이트 2014-11-15
출시 날짜 2014-11-15
평점 4.29/5 총 14 개의 평점
개발자 Pants Down
결제 유형 free
확장 프로그램 웹 사이트 http://pantsaredown.com/
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pants Down",
    "description": "Closes your tabs and gives you the best excuse for watching porn.",
    "version": "1",
    "manifest_version": 2,
    "homepage_url": "http:\/\/my.pantsaredown.com\/",
    "background": {
        "scripts": [
            "jquery-2.0.3.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "128": "du.png",
        "16": "du_19.png"
    },
    "browser_action": {
        "default_icon": "du_19.png",
        "default_title": "Close all tabs"
    }
}