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 |
| 官方網址 | 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"
]
} | |