Auto Scroll Down
Customizable auto scroll web pages
Wat is Auto Scroll Down?
Auto Scroll Down is een Chrome-extensie ontwikkeld door fernandapg82, en de belangrijkste functie is "Customizable auto scroll web pages".
Extensie Screenshots
Download het CRX-bestand van de extensie Auto Scroll Down
Download Auto Scroll Down-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A speed-customizable auto-scroll Google Chrome extension. It allows you to easily change the auto-scroll speed and save it in three different modes; slow, medium and fast. Basisinformatie over de Extensie
| Naam | |
| ID | lnagemjinihjlbhmohaaacdflafjdkmm |
| Officiële URL | https://chromewebstore.google.com/detail/auto-scroll-down/lnagemjinihjlbhmohaaacdflafjdkmm |
| Beschrijving | Customizable auto scroll web pages |
| Bestandsgrootte | 8.05 KB |
| Aantal Installaties | 951 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2023-05-10 |
| Publicatiedatum | 2023-05-09 |
| Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | fernandapg82 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/FP22FD/auto-scroll-down-chrome-extension |
| Help Pagina-URL | https://github.com/FP22FD/auto-scroll-down-chrome-extension |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Auto Scroll Down",
"version": "0.0.1",
"description": "Customizable auto scroll web pages",
"icons": {
"48": "icons\/autoscroll.png",
"128": "icons\/autoscroll.png"
},
"background": {
"service_worker": "js\/service_worker.js",
"type": "module"
},
"action": {
"default_icon": {
"48": "icons\/autoscroll.png",
"128": "icons\/autoscroll.png"
}
},
"permissions": [
"activeTab",
"scripting",
"storage"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+B",
"mac": "Command+B"
}
}
},
"options_page": "options\/options.html"
} | |