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
官方網址 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": []
}