Footprint

足跡自動化ツール Footprint

What is Footprint?

Footprint is a Chrome extension developed by nigiri, and its main feature is "足跡自動化ツール Footprint".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Footprint Extension CRX File

Download Footprint extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Pairs / withの足跡を自動化するツールです

圧倒的な足跡数でマッチ数UP!
✅最大 3600 人/時


【Footprintの特徴】
✅任意の秒数の間でランダムに足跡を付けれる
例)2秒から7秒の間でランダムに足跡

✅設定した人数まで自動で足跡を付け続ける
例)1000人に足跡を付けたら停止

✅設定内容を保存できる
  次回同じ設定で開始できる

【料金について】
7日間の体験版の後、有料版をご利用いただけます
料金は業界最安 ¥500 / 月
設定画面からいつでも解除・お支払い情報の編集ができます

【使用方法】
1. 画面右上の「Chromeに追加」をクリックしてインストール
2. 「さがす」画面でブラウザ右上に拡張機能のアイコン(パズルピース)をクリック
3. 「Footprint」をクリック
4. 「スタート」をクリック
5. 「ストップ」または「終了」でツールを停止します
※ツールが動作している画面を常に表示させてください
※事前に体験版または有料版のログインをお願いします

ver2.4
「有料版はこちら」「お支払いの解除・編集はこちら」ボタンの表示場所を変更

ver2.3
タイマー機能追加

ver2.2
pairsの動作が重い現象の軽減策を追加
(ユーザーオプション)

ver 2.1
ツールが止まる不具合修正

ver  2.0
withに対応
不具合修正
UI改善

ver 1.3.
設定保存機能追加

ver 1.2
有料化

ver1.1
各設定機能追加
UI改善

ver1.0
試験的実装

*ツールの利用は自己責任でお願いいたします。
万が一損害が発生しても当方では責任を負えません。                    

Extension Basic Information

Name Footprint Footprint
ID jnggjmnpimhaekgjhhhhabhkibgipphj
Official URL https://chromewebstore.google.com/detail/footprint/jnggjmnpimhaekgjhhhhabhkibgipphj
Description 足跡自動化ツール Footprint
File Size 30.49 KB
Installation Count 117
Current Version 2.4
Last Updated 2023-04-09
Publish Date 2022-08-24
Developer nigiri
Email [email protected]
Payment Type in_app
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Footprint",
    "short_name": "footprintbynigiri",
    "version": "2.4",
    "manifest_version": 3,
    "description": "\u8db3\u8de1\u81ea\u52d5\u5316\u30c4\u30fc\u30eb Footprint",
    "action": {
        "default_title": "Click to start footprint",
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ]
}