FastTip

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

Qu'est-ce que FastTip ?

FastTip est une extension Chrome développée par roberto.puntotsx, et sa fonction principale est "A fast tipping tool for CB. If you are looking for the Echobod, this is the new version.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FastTip

Téléchargez les fichiers d'extension FastTip au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom FastTip FastTip
ID kccihdonhmgbmbncjpilnphlkgnaenge
URL Officiel 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.
Taille du Fichier 258 KB
Nombre d'Installations 1,000
Version Actuelle 0.0.38
Dernière Mise à Jour 2020-01-21
Date de Publication 2020-01-21
Évaluation 4.00/5 Total 23 Évaluations
Développeur roberto.puntotsx
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": []
}