Shorts-TikToks-Reels Scroll enhanced
Auto play next short change speed, volume and more
Shorts-TikToks-Reels Scroll enhanced란 무엇입니까?
Shorts-TikToks-Reels Scroll enhanced은(는) Dreamliner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto play next short change speed, volume and more"입니다.
확장 프로그램 스크린샷
Shorts-TikToks-Reels Scroll enhanced 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
✨ 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.
확장 프로그램 기본 정보
이름 | Shorts-TikToks-Reels Scroll enhanced |
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" } |