TikTok - Auto Scroller
Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will…
TikTok - Auto Scroller क्या है?
TikTok - Auto Scroller browsnerose द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TikTok - Auto Scroller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will automatically scroll to the next one for you. Great for doing homework and watching TikTok at the same time without the need to switch tabs! Just be sure to not tell your teachers
एक्सटेंशन की मूल जानकारी
नाम | TikTok - Auto Scroller |
ID | fhacoogibhadlhlnkjkojidmphpjidbj |
आधिकारिक URL | https://chromewebstore.google.com/detail/tiktok-auto-scroller/fhacoogibhadlhlnkjkojidmphpjidbj |
विवरण | Extension that does the scrolling for you without the need to touch your mouse. Whenever a TikTok ends, the extension will… |
फ़ाइल का आकार | 22.52 KB |
स्थापना संख्या | 86 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2023-06-29 |
प्रकाशन तिथि | 2023-06-29 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | browsnerose |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://sites.google.com/view/extensions-privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TikTok - Auto Scroller", "version": "1.0.0", "permissions": [ "tabs" ], "background": { "service_worker": "background.js" }, "icons": { "128": "icon.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.tiktok.com\/*" ], "js": [ "script.js" ] } ] } |