FastTip
A fast tipping tool for CB. If you are looking for the Echobod, this is the new version.
FastTip란 무엇입니까?
FastTip은(는) roberto.puntotsx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A fast tipping tool for CB. If you are looking for the Echobod, this is the new version."입니다.
확장 프로그램 스크린샷
FastTip 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [] } |