Automatic Swiper
This is an automatic swiper!!!
Automatic Swiperとは何ですか?
Automatic Swiperはrugby.yujiroによって開発されたChromeの拡張機能で、その主な機能は「This is an automatic swiper!!!」です。
拡張機能のスクリーンショット
Automatic Swiper拡張機能のCRXファイルをダウンロード
Automatic Swiper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatic Swiper for Tinder
Go https://tinder.com/app/recs
Click {Start Auto Swiper!!!} button
It will work. 拡張機能の基本情報
| 名前 | |
| ID | ahjbfbnfkaaoljpnienmfbgkjanfdgmj |
| 公式URL | https://chromewebstore.google.com/detail/automatic-swiper/ahjbfbnfkaaoljpnienmfbgkjanfdgmj |
| 説明 | This is an automatic swiper!!! |
| ファイルサイズ | 3.62 KB |
| インストール数 | 50 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2019-08-10 |
| 公開日 | 2019-08-10 |
| 評価 | 2.00/5 合計 1 レビュー |
| 開発者 | rugby.yujiro |
| 支払い方法 | free |
| 対応言語 | 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"
]
}
]
} | |