Pants Down

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

Pants Downคืออะไร?

Pants Down เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pants Down และคุณลักษณะหลักของมันคือ "Closes your tabs and gives you the best excuse for watching porn."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pants Down

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}