Auto Scroll Chrome

Auto Scroll Chrome Extension

Wat is Auto Scroll Chrome?

Auto Scroll Chrome is een Chrome-extensie ontwikkeld door autoscrollchrome.com, en de belangrijkste functie is "Auto Scroll Chrome Extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Auto Scroll Chrome

Download Auto Scroll Chrome-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

                        Auto Scroll Google Chrome Extension Plugin

Are you tired of mechanical scrolling slavery? We know how annoying and tiring it is.. Let's end this boring routine by adding this extension within seconds. It perfectly fits social reading like Facebook, Pinterest, news or even books! Working or busy hands? In front of TV? Party?! We will leave it for you and your colorful imagination.

- Fast
- No adds or payments
- Three different speeds
- One click stop (press anywhere to stop it)

* Please RESTART your browser before using it!

Enjoy.                    

Basisinformatie over de Extensie

Naam Auto Scroll Chrome Auto Scroll Chrome
ID lmcjmglhbkaokoblmokmjglaifkacefn
Officiële URL https://chrome.google.com/webstore/detail/auto-scroll-chrome/lmcjmglhbkaokoblmokmjglaifkacefn
Beschrijving Auto Scroll Chrome Extension
Bestandsgrootte 143 KB
Aantal Installaties 4,000
Huidige Versie 1.6
Laatst Bijgewerkt 2017-06-03
Publicatiedatum 2017-06-03
Beoordeling 3.21/5 Totaal 29 Beoordelingen
Ontwikkelaar autoscrollchrome.com
Betalingswijze free
Extensiewebsite https://www.facebook.com/pagespeed.services/
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Scroll Chrome",
    "version": "1.6",
    "description": "Auto Scroll Chrome Extension",
    "permissions": [
        "tabs",
        "",
        "contextMenus",
        "storage"
    ],
    "browser_action": {
        "default_icon": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "content.js"
            ],
            "run_at": "document_end",
            "All_frames": false
        }
    ],
    "background": {
        "scripts": [
            "sample.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "16": "16.png",
        "48": "50.png",
        "128": "128.png"
    }
}