FastTip

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

FastTip क्या है?

FastTip roberto.puntotsx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A fast tipping tool for CB. If you are looking for the Echobod, this is the new version."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FastTip एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": []
}