Auto Swiper Free
Automatically swipes for you on your behalf.
什么是Auto Swiper Free?
Auto Swiper Free是由Roy Ernst开发的Chrome扩展程序,该扩展的主要功能是“Automatically swipes for you on your behalf.”。
扩展截图
下载Auto Swiper Free扩展crx文件
下载Auto Swiper Free扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Automatically swipes for you on your behalf. Leave the window in the background for the best effect. Do not leave open for inhuman amount of hours. 扩展基本信息
| 名称 | |
| ID | fgkcalcgebocnghiklhjhnhdolpfigie |
| 官方URL | https://chromewebstore.google.com/detail/auto-swiper-free/fgkcalcgebocnghiklhjhnhdolpfigie |
| 简介 | Automatically swipes for you on your behalf. |
| 文件大小 | 124 KB |
| 安装次数 | 11 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2022-07-06 |
| 上架时间 | 2022-07-06 |
| 开发者 | Roy Ernst |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Auto Swiper Free",
"version": "1.0.2",
"manifest_version": 3,
"description": "Automatically swipes for you on your behalf.",
"default_locale": "en",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_icon": "icons\/icon19.png",
"default_title": "Auto Swiper Free",
"default_popup": "src\/page_action\/page_action.html"
},
"host_permissions": [
"https:\/\/tinder.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/tinder.com\/*"
],
"css": [
"src\/inject\/inject.css"
],
"js": [
"js\/jquery\/jquery.min.js",
"src\/inject\/inject.js"
]
}
]
} | |