FastTip

A fast tipping tool for CB. If you are looking for the Echobod, this is the new version.

O que é FastTip?

FastTip é uma extensão do Chrome desenvolvida por roberto.puntotsx, e sua principal característica é "A fast tipping tool for CB. If you are looking for the Echobod, this is the new version.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FastTip

Baixe arquivos de extensão FastTip 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

                        A fast tipping tool for CB, suited for ohmibod, lovense and other tip sensitive toys


If you are looking for the Echobod, this is the new version.

Thanks,
Mr. Echoes                    

Informações Básicas da Extensão

Nome FastTip FastTip
ID kccihdonhmgbmbncjpilnphlkgnaenge
URL Oficial https://chrome.google.com/webstore/detail/fasttip/kccihdonhmgbmbncjpilnphlkgnaenge
Descrição A fast tipping tool for CB. If you are looking for the Echobod, this is the new version.
Tamanho do Arquivo 258 KB
Contagem de Instalações 1,000
Versão Atual 0.0.38
Última Atualização 2020-01-21
Data de Publicação 2020-01-21
Classificação 4.00/5 Total de 23 Avaliações
Desenvolvedor roberto.puntotsx
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "manifest_version": 2,
    "name": "FastTip",
    "short_name": "FastTip",
    "version": "0.0.38",
    "author": "Mr. Echoes",
    "homepage_url": "http:\/\/echocloud.doesntexist.com",
    "description": "A fast tipping tool for CB.\n\nIf you are looking for the Echobod, this is the new version.",
    "icons": {
        "16": "echoes16.png",
        "32": "echoes32.png",
        "48": "echoes48.png",
        "128": "echoes128.png"
    },
    "browser_action": {
        "default_icon": "echoes48.png",
        "default_title": "FastTip",
        "default_popup": "content\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chaturbate.com\/*",
                "https:\/\/*.chaturbate.com\/*",
                "file:\/\/\/*\/test*.html"
            ],
            "css": [
                ".\/content\/style.css"
            ],
            "js": [
                ".\/content\/jquery-3.4.1.js",
                ".\/echobod.js",
                ".\/content\/main.js",
                ".\/content\/ui.js"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": []
}