Swipe you only
This extension swipe everyone to RIGHT.
Wat is Swipe you only?
Swipe you only is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension swipe everyone to RIGHT.".
Extensie Screenshots
Download het CRX-bestand van de extensie Swipe you only
Download Swipe you only-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!!! Basisinformatie over de Extensie
| Naam | |
| ID | ppflkhdihjnjjffbmhidinhfhkdonpbd |
| Officiële URL | https://chromewebstore.google.com/detail/swipe-you-only/ppflkhdihjnjjffbmhidinhfhkdonpbd |
| Beschrijving | This extension swipe everyone to RIGHT. |
| Bestandsgrootte | 3.67 KB |
| Aantal Installaties | 106 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2019-05-11 |
| Publicatiedatum | 2019-05-10 |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |