FastTip

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

FastTip là gì?

FastTip là một tiện ích mở rộng Chrome được phát triển bởi roberto.puntotsx, và tính năng chính của nó là "A fast tipping tool for CB. If you are looking for the Echobod, this is the new version.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FastTip

Tải xuống các tệp mở rộng FastTip dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FastTip FastTip
ID kccihdonhmgbmbncjpilnphlkgnaenge
URL Chính Thức https://chrome.google.com/webstore/detail/fasttip/kccihdonhmgbmbncjpilnphlkgnaenge
Mô tả A fast tipping tool for CB. If you are looking for the Echobod, this is the new version.
Kích Thước Tệp 258 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.0.38
Cập Nhật Lần Cuối 2020-01-21
Ngày Phát Hành 2020-01-21
Đánh Giá 4.00/5 Tổng số 23 Đánh Giá
Nhà Phát Triển roberto.puntotsx
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
}