Shorts-TikToks-Reels Scroll enhanced
Auto play next short change speed, volume and more
Qu'est-ce que Shorts-TikToks-Reels Scroll enhanced ?
Shorts-TikToks-Reels Scroll enhanced est une extension Chrome développée par Dreamliner, et sa fonction principale est "Auto play next short change speed, volume and more".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shorts-TikToks-Reels Scroll enhanced
Téléchargez les fichiers d'extension Shorts-TikToks-Reels Scroll enhanced au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
✨ 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.
Informations de Base sur l'Extension
Nom | Shorts-TikToks-Reels Scroll enhanced |
ID | kpnhbkbpgpkfoajcoacldcdhgiigehpo |
URL Officiel | https://chromewebstore.google.com/detail/shorts-tiktoks-reels-scro/kpnhbkbpgpkfoajcoacldcdhgiigehpo |
Description | Auto play next short change speed, volume and more |
Taille du Fichier | 41.19 KB |
Nombre d'Installations | 130 |
Version Actuelle | 1.0.8 |
Dernière Mise à Jour | 2023-08-19 |
Date de Publication | 2023-07-03 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Dreamliner |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Dreamlinerm/Shorts-TikToks-Scroll-enhanced |
URL de la Page d'Aide | https://paypal.me/MarvinKrebber |
Langues Prises en Charge | 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" } |