Shorts-TikToks-Reels Scroll enhanced
Auto play next short change speed, volume and more
Was ist Shorts-TikToks-Reels Scroll enhanced?
Shorts-TikToks-Reels Scroll enhanced ist eine Chrome-Erweiterung, die von Dreamliner entwickelt wurde, und ihr Hauptmerkmal ist "Auto play next short change speed, volume and more".
Erweiterungsscreenshots
Shorts-TikToks-Reels Scroll enhanced-Erweiterungs-CRX-Datei herunterladen
Laden Sie Shorts-TikToks-Reels Scroll enhanced-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
✨ Features
On TickTok,Youtube and Instagram shorts it automatically:
scrolls to next short
On Youtube it also:
Skips Recaps
Add Speed Slider
Adds Volume Slider
Skip low likes
Playback control with right and left arrow keys
On Instagram(IG,Insta) it also:
Skips Recaps
Add Speed Slider
Adds Volume Slider
Playback control with right and left arrow keys
Contributing
Everyone is welcome to contribute!
If you have any suggestions or Bugs, please open an issue.
💕 Enjoying Streaming enhanced?
Buy me a coffee! [PayPal](https://paypal.me/MarvinKrebber)
Settings
Configure what is skipped in the settings Page.
Import and Export all Settings.
See Statistics. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kpnhbkbpgpkfoajcoacldcdhgiigehpo |
| Offizielle URL | https://chromewebstore.google.com/detail/shorts-tiktoks-reels-scro/kpnhbkbpgpkfoajcoacldcdhgiigehpo |
| Beschreibung | Auto play next short change speed, volume and more |
| Dateigröße | 41.19 KB |
| Installationsanzahl | 130 |
| Aktuelle Version | 1.0.8 |
| Letztes Update | 2023-08-19 |
| Veröffentlichungsdatum | 2023-07-03 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Dreamliner |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/Dreamlinerm/Shorts-TikToks-Scroll-enhanced |
| Hilfeseite URL | https://paypal.me/MarvinKrebber |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.0.8",
"homepage_url": "https:\/\/github.com\/Dreamlinerm\/Shorts-TikToks-Scroll-enhanced",
"icons": {
"16": "icons\/shorts--16.png",
"48": "icons\/shorts--48.png",
"96": "icons\/shorts--96.png",
"128": "icons\/shorts--128.png",
"400": "icons\/shorts--400.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*",
"*:\/\/*.tiktok.com\/*",
"*:\/\/*.instagram.com\/*"
],
"js": [
"content.js"
]
}
],
"permissions": [
"storage"
],
"action": {
"default_icon": {
"16": "icons\/shorts--16.png",
"48": "icons\/shorts--48.png",
"96": "icons\/shorts--96.png",
"128": "icons\/shorts--128.png",
"400": "icons\/shorts--400.png"
},
"default_title": "__MSG_extensionName__",
"default_popup": "popup\/popup.html"
},
"background": {
"service_worker": "badge.js"
},
"options_page": "popup\/settings.html",
"default_locale": "en"
} | |