Automatic Swiper
This is an automatic swiper!!!
Wat is Automatic Swiper?
Automatic Swiper is een Chrome-extensie ontwikkeld door rugby.yujiro, en de belangrijkste functie is "This is an automatic swiper!!!".
Extensie Screenshots
Download het CRX-bestand van de extensie Automatic Swiper
Download Automatic Swiper-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
Automatic Swiper for Tinder
Go https://tinder.com/app/recs
Click {Start Auto Swiper!!!} button
It will work. Basisinformatie over de Extensie
| Naam | |
| ID | ahjbfbnfkaaoljpnienmfbgkjanfdgmj |
| Officiële URL | https://chromewebstore.google.com/detail/automatic-swiper/ahjbfbnfkaaoljpnienmfbgkjanfdgmj |
| Beschrijving | This is an automatic swiper!!! |
| Bestandsgrootte | 3.62 KB |
| Aantal Installaties | 50 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2019-08-10 |
| Publicatiedatum | 2019-08-10 |
| Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | rugby.yujiro |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Automatic Swiper",
"version": "1.0.0",
"manifest_version": 2,
"description": "This is an automatic swiper!!!",
"content_scripts": [
{
"matches": [
"https:\/\/tinder.com\/app\/recs"
],
"js": [
"main.js"
],
"css": [
"main.css"
]
}
]
} | |