Swipe you only
This extension swipe everyone to RIGHT.
What is Swipe you only?
Swipe you only is a Chrome extension developed by Unknown, and its main feature is "This extension swipe everyone to RIGHT.".
Extension Screenshots
Download Swipe you only Extension CRX File
Download Swipe you only 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
Swipe everyone to Right in Tinder. Just visit https://tinder.com/app/recs, and your browser will start to swipe automatically, instead of you. Enjoy your love life!!!
Extension Basic Information
Name | Swipe you only |
ID | ppflkhdihjnjjffbmhidinhfhkdonpbd |
Official URL | https://chromewebstore.google.com/detail/swipe-you-only/ppflkhdihjnjjffbmhidinhfhkdonpbd |
Description | This extension swipe everyone to RIGHT. |
File Size | 3.67 KB |
Installation Count | 106 |
Current Version | 1.2 |
Last Updated | 2019-05-11 |
Publish Date | 2019-05-10 |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Swipe you only", "description": "This extension swipe everyone to RIGHT.", "version": "1.2", "content_scripts": [ { "matches": [ "https:\/\/tinder.com\/app\/recs" ], "js": [ "common.js" ] } ], "permissions": [ "tabs", "https:\/\/tinder.com\/app\/recs" ] } |