FastTip
A fast tipping tool for CB. If you are looking for the Echobod, this is the new version.
Wat is FastTip?
FastTip is een Chrome-extensie ontwikkeld door roberto.puntotsx, en de belangrijkste functie is "A fast tipping tool for CB. If you are looking for the Echobod, this is the new version.".
Extensie Screenshots
Download het CRX-bestand van de extensie FastTip
Download FastTip-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | FastTip |
ID | kccihdonhmgbmbncjpilnphlkgnaenge |
Officiële URL | https://chrome.google.com/webstore/detail/fasttip/kccihdonhmgbmbncjpilnphlkgnaenge |
Beschrijving | A fast tipping tool for CB. If you are looking for the Echobod, this is the new version. |
Bestandsgrootte | 258 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 0.0.38 |
Laatst Bijgewerkt | 2020-01-21 |
Publicatiedatum | 2020-01-21 |
Beoordeling | 4.00/5 Totaal 23 Beoordelingen |
Ontwikkelaar | roberto.puntotsx |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [] } |