AutoSwipe for TikTok
Auto swiping videos in TikTok!
Wat is AutoSwipe for TikTok?
AutoSwipe for TikTok is een Chrome-extensie ontwikkeld door Outcourse, en de belangrijkste functie is "Auto swiping videos in TikTok!".
Extensie Screenshots
Download het CRX-bestand van de extensie AutoSwipe for TikTok
Download AutoSwipe for TikTok-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Just download and enjoy auto-swipe for your TikTok!                     Basisinformatie over de Extensie
| Naam |   |  
| ID | ldmkolnjielankbbpnbdkjngphejdihm | 
| Officiële URL | https://chromewebstore.google.com/detail/autoswipe-for-tiktok/ldmkolnjielankbbpnbdkjngphejdihm | 
| Beschrijving | Auto swiping videos in TikTok! | 
| Bestandsgrootte | 1.03 MB | 
| Aantal Installaties | 75 | 
| Huidige Versie | 1.0.1 | 
| Laatst Bijgewerkt | 2021-08-06 | 
| Publicatiedatum | 2021-08-04 | 
| Beoordeling | 2.33/5 Totaal 3 Beoordelingen | 
| Ontwikkelaar | Outcourse | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoSwipe for TikTok",
    "description": "Auto swiping videos in TikTok!",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "128": "logo.png"
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "swipe.js"
            ]
        }
    ]
}  |  |