FastTip

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

What is FastTip?

FastTip is a Chrome extension developed by roberto.puntotsx, and its main feature is "A fast tipping tool for CB. If you are looking for the Echobod, this is the new version.".

Extension Screenshots

screenshot

Download FastTip Extension CRX File

Download FastTip extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name FastTip FastTip
ID kccihdonhmgbmbncjpilnphlkgnaenge
Official URL https://chrome.google.com/webstore/detail/fasttip/kccihdonhmgbmbncjpilnphlkgnaenge
Description A fast tipping tool for CB. If you are looking for the Echobod, this is the new version.
File Size 258 KB
Installation Count 1,000
Current Version 0.0.38
Last Updated 2020-01-21
Publish Date 2020-01-21
Rating 4.00/5 Total 23 Ratings
Developer roberto.puntotsx
Email [email protected]
Payment Type free
Supported Languages 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": []
}