Pea App

Premature Ejaculation App

O que é Pea App?

Pea App é uma extensão do Chrome desenvolvida por http://www.getpea.com, e sua principal característica é "Premature Ejaculation App".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Pea App

Baixe arquivos de extensão Pea App no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Pea App Pea App
ID mieioabkifkpdlmhmignbaojhjiecnph
URL Oficial https://chrome.google.com/webstore/detail/pea-app/mieioabkifkpdlmhmignbaojhjiecnph
Descrição Premature Ejaculation App
Tamanho do Arquivo 294 KB
Contagem de Instalações 143
Versão Atual 1.0
Última Atualização 2017-05-11
Data de Publicação 2017-05-11
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor http://www.getpea.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://www.getpea.com/privacy.html
Idiomas Suportados 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"
    ]
}