Scroll++

A extension that scrolls the current page down. You can use it for pages like Twitter, Facebook ect.

What is Scroll++?

Scroll++ is a Chrome extension developed by zoutepopcorn, and its main feature is "A extension that scrolls the current page down. You can use it for pages like Twitter, Facebook ect.".

Extension Screenshots

screenshot

Download Scroll++ Extension CRX File

Download Scroll++ 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

                                            

Extension Basic Information

Name Scroll++ Scroll++
ID kkbkeemffgiheholedniiicjhipnpdlp
Official URL https://chrome.google.com/webstore/detail/kkbkeemffgiheholedniiicjhipnpdlp
Description A extension that scrolls the current page down. You can use it for pages like Twitter, Facebook ect.
File Size 1.59 MB
Installation Count 48
Current Version 0.1.1
Last Updated 2017-01-31
Publish Date 2017-01-31
Developer zoutepopcorn
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scroll++",
    "description": "A extension that scrolls the current page down. You can use it for pages like Twitter, Facebook ect.",
    "version": "0.1.1",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "",
        "pageCapture",
        "downloads"
    ],
    "browser_action": {
        "default_icon": "icons\/icon-48.png",
        "default_popup": "popup.html"
    }
}