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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FastTip
قم بتنزيل ملفات الامتداد FastTip بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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": [] } |