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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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" } } |