Automatic Swiper
This is an automatic swiper!!!
Vad är Automatic Swiper?
Automatic Swiper är en Chrome-tillägg utvecklad av rugby.yujiro, och dess huvudfunktion är "This is an automatic swiper!!!".
Tilläggsskärmbilder
Ladda ner Automatic Swiper-förlängningens CRX-fil
Ladda ner Automatic Swiper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Automatic Swiper for Tinder
Go https://tinder.com/app/recs
Click {Start Auto Swiper!!!} button
It will work. Grundläggande Information om Tillägg
| Namn | |
| ID | ahjbfbnfkaaoljpnienmfbgkjanfdgmj |
| Officiell webbadress | https://chromewebstore.google.com/detail/automatic-swiper/ahjbfbnfkaaoljpnienmfbgkjanfdgmj |
| Beskrivning | This is an automatic swiper!!! |
| Filstorlek | 3.62 KB |
| Antal Installationer | 50 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2019-08-10 |
| Publiceringsdatum | 2019-08-10 |
| Betyg | 2.00/5 Totalt 1 Betyg |
| Utvecklare | rugby.yujiro |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |