Auto Scroll Chrome

Auto Scroll Chrome Extension

Apa itu Auto Scroll Chrome?

Auto Scroll Chrome adalah ekstensi Chrome yang dikembangkan oleh autoscrollchrome.com, dan fitur utamanya adalah "Auto Scroll Chrome Extension".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Auto Scroll Chrome

Unduh file ekstensi Auto Scroll Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Auto Scroll Chrome Auto Scroll Chrome
ID lmcjmglhbkaokoblmokmjglaifkacefn
URL Resmi https://chrome.google.com/webstore/detail/auto-scroll-chrome/lmcjmglhbkaokoblmokmjglaifkacefn
Deskripsi Auto Scroll Chrome Extension
Ukuran File 143 KB
Jumlah Instalasi 4,000
Versi Saat Ini 1.6
Terakhir Diperbarui 2017-06-03
Tanggal Publikasi 2017-06-03
Penilaian 3.21/5 Total 29 Penilaian
Pengembang autoscrollchrome.com
Tipe Pembayaran free
Situs Ekstensi https://www.facebook.com/pagespeed.services/
Bahasa yang Didukung 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"
    }
}