Pea App

Premature Ejaculation App

什么是Pea App?

Pea App是由http://www.getpea.com开发的Chrome扩展程序,该扩展的主要功能是“Premature Ejaculation App”。

扩展截图

screenshot
screenshot
screenshot

下载Pea App扩展crx文件

下载Pea App扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The Pea chrome extension is a training tool for overcoming premature ejaculation designed with the help of a real doctor and sex therapist. The full app trains you how to last longer using a variety of proven treatments methods such as edging, kegels, reverse kegels, ballooning and more. This chrome extension focuses specifically on the basic functions of the stop/start method. 

Download the full app to get access to: 

3 Levels of training: 
Level 1: Recognize the feelings leading up to ejaculation
Level 2: Add foreplay to your masturbation
Level 3: Use the timer tool to add breaks and last longer

Training is led by our animated sex therapist named “The Doc”. 

He’s programmed with information from leading premature ejaculation specialists. The Doc will act as your personal therapist on the journey to ejaculatory control. 

Follow The Doc's instructions, work through the levels, and you will learn how to control your ejaculation so you can last longer in bed!                    

扩展基本信息

名称 Pea App Pea App
ID mieioabkifkpdlmhmignbaojhjiecnph
官方URL https://chrome.google.com/webstore/detail/pea-app/mieioabkifkpdlmhmignbaojhjiecnph
简介 Premature Ejaculation App
文件大小 294 KB
安装次数 143
当前版本 1.0
更新时间 2017-05-11
上架时间 2017-05-11
评分 5.00/5 共5次评分
开发者 http://www.getpea.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://www.getpea.com/privacy.html
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pea App",
    "description": "Premature Ejaculation App",
    "version": "1.0",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pornhub.com\/*",
                "*:\/\/*.youjizz.com\/*",
                "*:\/\/*.youporn.com\/*",
                "*:\/\/*.xvideos.com\/*",
                "*:\/\/*.Xnxx.com\/*",
                "*:\/\/*.fuq.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ]
}