TikTok Auto Play
A simple Chrome extension that will auto play TikToks for you.
Wat is TikTok Auto Play?
TikTok Auto Play is een Chrome-extensie ontwikkeld door Turbo_Jump, en de belangrijkste functie is "A simple Chrome extension that will auto play TikToks for you.".
Extensie Screenshots
Download het CRX-bestand van de extensie TikTok Auto Play
Download TikTok Auto Play-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
Tired of having to click a button everytime you wanna see the next TikTok? Use this extension to lay back & relax while TikTok Automatically goes to the next video each time for you.
Step 1:
Add the extension
STEP 2:
Go To The FY Page
STEP 3:
Click Comments
ENJOY! Basisinformatie over de Extensie
| Naam | |
| ID | dehlaoojcgdmgbdnchnbpbpimpkjnlad |
| Officiële URL | https://chromewebstore.google.com/detail/tiktok-auto-play/dehlaoojcgdmgbdnchnbpbpimpkjnlad |
| Beschrijving | A simple Chrome extension that will auto play TikToks for you. |
| Bestandsgrootte | 6.75 KB |
| Aantal Installaties | 12 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2023-05-29 |
| Publicatiedatum | 2023-05-29 |
| Ontwikkelaar | Turbo_Jump |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "TikTok Auto Play",
"version": "1.0",
"description": "A simple Chrome extension that will auto play TikToks for you.",
"host_permissions": [
"https:\/\/www.tiktok.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.tiktok.com\/*"
],
"js": [
"contentScript.js"
]
}
],
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
} | |