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文件
下載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.
擴展基本資訊
名稱 | Shorts-TikToks-Reels Scroll enhanced |
ID | kpnhbkbpgpkfoajcoacldcdhgiigehpo |
官方網址 | 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" } |