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