Automatic Swiper
This is an automatic swiper!!!
Co to jest Automatic Swiper?
Automatic Swiper to rozszerzenie Chrome opracowane przez rugby.yujiro, a jego główną funkcją jest „This is an automatic swiper!!!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Automatic Swiper
Pobierz pliki rozszerzeń Automatic Swiper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Automatic Swiper for Tinder
Go https://tinder.com/app/recs
Click {Start Auto Swiper!!!} button
It will work. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ahjbfbnfkaaoljpnienmfbgkjanfdgmj |
| Oficjalny URL | https://chromewebstore.google.com/detail/automatic-swiper/ahjbfbnfkaaoljpnienmfbgkjanfdgmj |
| Opis | This is an automatic swiper!!! |
| Rozmiar pliku | 3.62 KB |
| Liczba instalacji | 50 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2019-08-10 |
| Data Publikacji | 2019-08-10 |
| Ocena | 2.00/5 Łącznie 1 Oceny |
| Deweloper | rugby.yujiro |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |