Auto Scroll Chrome

Auto Scroll Chrome Extension

Что такое Auto Scroll Chrome?

Auto Scroll Chrome - это расширение Chrome, разработанное autoscrollchrome.com, и его основная функция - "Auto Scroll Chrome Extension".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Auto Scroll Chrome

Скачайте файлы расширений Auto Scroll Chrome в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Auto Scroll Chrome Auto Scroll Chrome
ID lmcjmglhbkaokoblmokmjglaifkacefn
Официальный URL https://chrome.google.com/webstore/detail/auto-scroll-chrome/lmcjmglhbkaokoblmokmjglaifkacefn
Описание Auto Scroll Chrome Extension
Размер файла 143 KB
Количество установок 4,000
Текущая Версия 1.6
Последнее Обновление 2017-06-03
Дата публикации 2017-06-03
Рейтинг 3.21/5 Всего 29 оценок
Разработчик autoscrollchrome.com
Тип оплаты free
Официальный сайт расширения https://www.facebook.com/pagespeed.services/
Поддерживаемые языки 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"
    }
}