SelfScroll

This extension allow to automatically scroll the page. Suitable for monitors and kiosks.

What is SelfScroll?

SelfScroll is a Chrome extension developed by https://zerobug.it, and its main feature is "This extension allow to automatically scroll the page. Suitable for monitors and kiosks.".

Extension Screenshots

Download SelfScroll Extension CRX File

Download SelfScroll extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allow to automatically scroll the page. Suitable for monitors and kiosks.

Buy me a coffe :D

Litecoin: MC8PtUhSL2iJCx5GWrisPZPpgiFE56ejyc
Paypal: https://www.paypal.me/ZeroBug                    

Extension Basic Information

Name SelfScroll SelfScroll
ID lofkbkbhpmeihoaogggfbhmjdekjihlf
Official URL https://chromewebstore.google.com/detail/selfscroll/lofkbkbhpmeihoaogggfbhmjdekjihlf
Description This extension allow to automatically scroll the page. Suitable for monitors and kiosks.
File Size 132 KB
Installation Count 1,476
Current Version 1.4
Last Updated 2018-11-13
Publish Date 2018-11-13
Rating 4.40/5 Total 5 Ratings
Developer https://zerobug.it
Email [email protected]
Payment Type free
Extension Website https://zerobug.it/
Supported Languages en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SelfScroll",
    "version": "1.4",
    "description": "This extension allow to automatically scroll the page. Suitable for monitors and kiosks.",
    "default_locale": "en",
    "icons": {
        "16": ".\/icons\/selfscroll_16.png",
        "48": ".\/icons\/selfscroll_48.png",
        "128": ".\/icons\/selfscroll_128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "selfscroll_script.js"
            ]
        }
    ],
    "options_ui": {
        "page": "selfscroll_options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "selfscroll_background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": ".\/icons\/selfscroll.png",
        "default_title": "SelfScroll"
    },
    "manifest_version": 2
}