Automatic Swiper
This is an automatic swiper!!!
Cos'è Automatic Swiper?
Automatic Swiper è un'estensione di Chrome sviluppata da rugby.yujiro, e la sua funzione principale è "This is an automatic swiper!!!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Automatic Swiper
Scarica i file di estensione Automatic Swiper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Automatic Swiper for Tinder
Go https://tinder.com/app/recs
Click {Start Auto Swiper!!!} button
It will work. Informazioni di Base sull'Estensione
| Nome | |
| ID | ahjbfbnfkaaoljpnienmfbgkjanfdgmj |
| URL Ufficiale | https://chromewebstore.google.com/detail/automatic-swiper/ahjbfbnfkaaoljpnienmfbgkjanfdgmj |
| Descrizione | This is an automatic swiper!!! |
| Dimensione del File | 3.62 KB |
| Conteggio Installazioni | 50 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2019-08-10 |
| Data di Pubblicazione | 2019-08-10 |
| Valutazione | 2.00/5 Totale 1 Valutazioni |
| Sviluppatore | rugby.yujiro |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |