FastTip

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

Was ist FastTip?

FastTip ist eine Chrome-Erweiterung, die von roberto.puntotsx entwickelt wurde, und ihr Hauptmerkmal ist "A fast tipping tool for CB. If you are looking for the Echobod, this is the new version.".

Erweiterungsscreenshots

screenshot

FastTip-Erweiterungs-CRX-Datei herunterladen

Laden Sie FastTip-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name FastTip FastTip
ID kccihdonhmgbmbncjpilnphlkgnaenge
Offizielle URL https://chrome.google.com/webstore/detail/fasttip/kccihdonhmgbmbncjpilnphlkgnaenge
Beschreibung A fast tipping tool for CB. If you are looking for the Echobod, this is the new version.
Dateigröße 258 KB
Installationsanzahl 1,000
Aktuelle Version 0.0.38
Letztes Update 2020-01-21
Veröffentlichungsdatum 2020-01-21
Bewertung 4.00/5 Insgesamt 23 Bewertungen
Entwickler roberto.puntotsx
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": []
}