Auto Swiper Free
Automatically swipes for you on your behalf.
Vad är Auto Swiper Free?
Auto Swiper Free är en Chrome-tillägg utvecklad av Roy Ernst, och dess huvudfunktion är "Automatically swipes for you on your behalf.".
Tilläggsskärmbilder
Ladda ner Auto Swiper Free-förlängningens CRX-fil
Ladda ner Auto Swiper Free-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Auto Swiper Free |
ID | fgkcalcgebocnghiklhjhnhdolpfigie |
Officiell webbadress | https://chromewebstore.google.com/detail/auto-swiper-free/fgkcalcgebocnghiklhjhnhdolpfigie |
Beskrivning | Automatically swipes for you on your behalf. |
Filstorlek | 124 KB |
Antal Installationer | 11 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2022-07-06 |
Publiceringsdatum | 2022-07-06 |
Utvecklare | Roy Ernst |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |