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 |
公式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 |
Eメール | [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" } |