Shorts-TikToks-Reels Scroll enhanced

Auto play next short change speed, volume and more

¿Qué es Shorts-TikToks-Reels Scroll enhanced?

Shorts-TikToks-Reels Scroll enhanced es una extensión de Chrome desarrollada por Dreamliner, y su función principal es "Auto play next short change speed, volume and more".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Shorts-TikToks-Reels Scroll enhanced

Descarga archivos de extensión Shorts-TikToks-Reels Scroll enhanced en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        ✨ 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.                    

Información Básica de la Extensión

Nombre Shorts-TikToks-Reels Scroll enhanced Shorts-TikToks-Reels Scroll enhanced
ID kpnhbkbpgpkfoajcoacldcdhgiigehpo
URL Oficial https://chromewebstore.google.com/detail/shorts-tiktoks-reels-scro/kpnhbkbpgpkfoajcoacldcdhgiigehpo
Descripción Auto play next short change speed, volume and more
Tamaño del Archivo 41.19 KB
Cantidad de Instalaciones 130
Versión Actual 1.0.8
Última Actualización 2023-08-19
Fecha de Publicación 2023-07-03
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Dreamliner
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/Dreamlinerm/Shorts-TikToks-Scroll-enhanced
URL de la Página de Ayuda https://paypal.me/MarvinKrebber
Idiomas Soportados 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"
}