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