WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
足あと革命

足あと革命

View on Chrome Web Store
View 足あと革命 Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
4 views
This extension has been viewed 4 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Tinder/Pairs/Omiai/Withの足あと&いいねを完全自動化
Type
Extension
Users
169 users
1
ryuma.tech
View author page of ryuma.tech
Published
Published on July 11, 2023
Version 1.2.3
Manifest version
3
Updated
Updated on November 23, 2025
lifestyle/social
Extension Category
View on Chrome Web Store
View 足あと革命 Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "ja",
    "permissions": [
        "storage",
        "alarms",
        "tabs",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/tinder.com\/*",
        "https:\/\/pairs.lv\/*",
        "https:\/\/www.omiai-jp.com\/*",
        "https:\/\/with.is\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tinder.com\/*",
                "https:\/\/pairs.lv\/*",
                "https:\/\/www.omiai-jp.com\/*",
                "https:\/\/with.is\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "96": "icons\/96.png",
            "128": "icons\/128.png"
        }
    },
    "version": "1.2.3",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' ws:\/\/localhost:9090 http:\/\/localhost:5001 https:\/\/us-central1-payment-ashiatokakumei.cloudfunctions.net; "
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top