Easy Auto Scroll
Automatically scroll a web page
Easy Auto Scroll क्या है?
Easy Auto Scroll https://auto-scroll.freefinancetools.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically scroll a web page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Easy Auto Scroll एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds customizable autoscroll support to Chrome. This extension allows you to easily change the auto-scroll speed and save it in three different modes; slow, medium and fast. A single click will stop the auto-scrolling. Note: Does not work in Google related websites. ● You need to refresh the site or restart Chrome before it'll work. You only need to do this once. ● Doesn't work on chrome:// URLs or the Chrome Web Store. It's restricted by Chrome for security reasons. Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners. Google doesn’t endorse or sponsor this Chrome extension. Auto Scroll for Google Chrome™ is not owned by, is not licensed by and is not a subsidiary of Google Inc.
एक्सटेंशन की मूल जानकारी
नाम | Easy Auto Scroll |
ID | jaaiechclhbgnifboamkoifkippfiplo |
आधिकारिक URL | https://chromewebstore.google.com/detail/easy-auto-scroll/jaaiechclhbgnifboamkoifkippfiplo |
विवरण | Automatically scroll a web page |
फ़ाइल का आकार | 30.75 KB |
स्थापना संख्या | 1,607 |
वर्तमान संस्करण | 3.0.0 |
अंतिम अपडेट | 2022-04-14 |
प्रकाशन तिथि | 2020-07-03 |
रेटिंग | 2.60/5 कुल 5 रेटिंग्स |
डेवलपर | https://auto-scroll.freefinancetools.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/bg-worker.js" }, "description": "Automatically scroll a web page", "icons": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png" }, "manifest_version": 3, "name": "Easy Auto Scroll", "action": { "default_icon": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png" }, "default_title": "Auto Scroll (OFF)" }, "permissions": [ "activeTab", "scripting" ], "version": "3.0.0", "homepage_url": "https:\/\/auto-scroll.freebusinessapps.net\/" } |