Auto Swiper Free
Automatically swipes for you on your behalf.
What is Auto Swiper Free?
Auto Swiper Free is a Chrome extension developed by Roy Ernst, and its main feature is "Automatically swipes for you on your behalf.".
Extension Screenshots
Download Auto Swiper Free Extension CRX File
Download Auto Swiper Free 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
Automatically swipes for you on your behalf. Leave the window in the background for the best effect. Do not leave open for inhuman amount of hours.
Extension Basic Information
Name | Auto Swiper Free |
ID | fgkcalcgebocnghiklhjhnhdolpfigie |
Official URL | https://chromewebstore.google.com/detail/auto-swiper-free/fgkcalcgebocnghiklhjhnhdolpfigie |
Description | Automatically swipes for you on your behalf. |
File Size | 124 KB |
Installation Count | 11 |
Current Version | 1.0.2 |
Last Updated | 2022-07-06 |
Publish Date | 2022-07-06 |
Developer | Roy Ernst |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Swiper Free", "version": "1.0.2", "manifest_version": 3, "description": "Automatically swipes for you on your behalf.", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": "icons\/icon19.png", "default_title": "Auto Swiper Free", "default_popup": "src\/page_action\/page_action.html" }, "host_permissions": [ "https:\/\/tinder.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/tinder.com\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ] } ] } |