Swipe you only
This extension swipe everyone to RIGHT.
Swipe you onlyとは何ですか?
Swipe you onlyはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension swipe everyone to RIGHT.」です。
拡張機能のスクリーンショット
Swipe you only拡張機能のCRXファイルをダウンロード
Swipe you only拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Swipe everyone to Right in Tinder.
Just visit https://tinder.com/app/recs, and your browser will start to swipe automatically, instead of you.
Enjoy your love life!!! 拡張機能の基本情報
| 名前 | |
| ID | ppflkhdihjnjjffbmhidinhfhkdonpbd |
| 公式URL | https://chromewebstore.google.com/detail/swipe-you-only/ppflkhdihjnjjffbmhidinhfhkdonpbd |
| 説明 | This extension swipe everyone to RIGHT. |
| ファイルサイズ | 3.67 KB |
| インストール数 | 106 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2019-05-11 |
| 公開日 | 2019-05-10 |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Swipe you only",
"description": "This extension swipe everyone to RIGHT.",
"version": "1.2",
"content_scripts": [
{
"matches": [
"https:\/\/tinder.com\/app\/recs"
],
"js": [
"common.js"
]
}
],
"permissions": [
"tabs",
"https:\/\/tinder.com\/app\/recs"
]
} | |