TikTok Auto Play
A simple Chrome extension that will auto play TikToks for you.
Vad är TikTok Auto Play?
TikTok Auto Play är en Chrome-tillägg utvecklad av Turbo_Jump, och dess huvudfunktion är "A simple Chrome extension that will auto play TikToks for you.".
Tilläggsskärmbilder
Ladda ner TikTok Auto Play-förlängningens CRX-fil
Ladda ner TikTok Auto Play-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | dehlaoojcgdmgbdnchnbpbpimpkjnlad |
| Officiell webbadress | https://chromewebstore.google.com/detail/tiktok-auto-play/dehlaoojcgdmgbdnchnbpbpimpkjnlad |
| Beskrivning | A simple Chrome extension that will auto play TikToks for you. |
| Filstorlek | 6.75 KB |
| Antal Installationer | 12 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2023-05-29 |
| Publiceringsdatum | 2023-05-29 |
| Utvecklare | Turbo_Jump |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |