FastTip

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

Τι είναι το FastTip;

Το FastTip είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον roberto.puntotsx, και η κύρια λειτουργία του είναι "A fast tipping tool for CB. If you are looking for the Echobod, this is the new version.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης FastTip

Λήψη αρχείων επέκτασης FastTip σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα FastTip FastTip
ID kccihdonhmgbmbncjpilnphlkgnaenge
Επίσημο URL https://chrome.google.com/webstore/detail/fasttip/kccihdonhmgbmbncjpilnphlkgnaenge
Περιγραφή A fast tipping tool for CB. If you are looking for the Echobod, this is the new version.
Μέγεθος Αρχείου 258 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 0.0.38
Τελευταία Ενημέρωση 2020-01-21
Ημερομηνία Δημοσίευσης 2020-01-21
Αξιολόγηση 4.00/5 Συνολικά 23 Αξιολογήσεις
Προγραμματιστής roberto.puntotsx
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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": []
}