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