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ファイルをダウンロード
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": []
} | |