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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto play next short change speed, volume and more"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Shorts-TikToks-Reels Scroll enhanced एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |