Shorts-TikToks-Reels Scroll enhanced
Auto play next short change speed, volume and more
Что такое Shorts-TikToks-Reels Scroll enhanced?
Shorts-TikToks-Reels Scroll enhanced - это расширение Chrome, разработанное Dreamliner, и его основная функция - "Auto play next short change speed, volume and more".
Снимки экрана расширения
Скачать файл CRX расширения Shorts-TikToks-Reels Scroll enhanced
Скачайте файлы расширений Shorts-TikToks-Reels Scroll enhanced в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
✨ 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. Основная информация о расширении
| Название | |
| ID | kpnhbkbpgpkfoajcoacldcdhgiigehpo |
| Официальный URL | https://chromewebstore.google.com/detail/shorts-tiktoks-reels-scro/kpnhbkbpgpkfoajcoacldcdhgiigehpo |
| Описание | Auto play next short change speed, volume and more |
| Размер файла | 41.19 KB |
| Количество установок | 130 |
| Текущая Версия | 1.0.8 |
| Последнее Обновление | 2023-08-19 |
| Дата публикации | 2023-07-03 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | Dreamliner |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/Dreamlinerm/Shorts-TikToks-Scroll-enhanced |
| URL страницы помощи | https://paypal.me/MarvinKrebber |
| Поддерживаемые языки | 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"
} | |