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文件

下載Pants Down擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}