FastTip
A fast tipping tool for CB. If you are looking for the Echobod, this is the new version.
¿Qué es FastTip?
FastTip es una extensión de Chrome desarrollada por roberto.puntotsx, y su función principal es "A fast tipping tool for CB. If you are looking for the Echobod, this is the new version.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión FastTip
Descarga archivos de extensión FastTip en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | FastTip |
ID | kccihdonhmgbmbncjpilnphlkgnaenge |
URL Oficial | https://chrome.google.com/webstore/detail/fasttip/kccihdonhmgbmbncjpilnphlkgnaenge |
Descripción | A fast tipping tool for CB. If you are looking for the Echobod, this is the new version. |
Tamaño del Archivo | 258 KB |
Cantidad de Instalaciones | 1,000 |
Versión Actual | 0.0.38 |
Última Actualización | 2020-01-21 |
Fecha de Publicación | 2020-01-21 |
Calificación | 4.00/5 Total de 23 Calificaciones |
Desarrollador | roberto.puntotsx |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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": [] } |