FastTip

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

什么是FastTip?

FastTip是由roberto.puntotsx开发的Chrome扩展程序,该扩展的主要功能是“A fast tipping tool for CB. If you are looking for the Echobod, this is the new version.”。

扩展截图

screenshot

下载FastTip扩展crx文件

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