Scroll Master

Your scroller with more control.

What is Scroll Master?

Scroll Master is a Chrome extension developed by ziyu.app, and its main feature is "Your scroller with more control.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Scroll Master Extension CRX File

Download Scroll Master 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 Master Scroll Master
ID mhalmopmocdbokhgdbooincjafblpjnb
Official URL https://chrome.google.com/webstore/detail/scroll-master/mhalmopmocdbokhgdbooincjafblpjnb
Description Your scroller with more control.
File Size 310 KB
Installation Count 324
Current Version 0.0.13
Last Updated 2015-09-21
Publish Date 2015-09-21
Rating 3.86/5 Total 35 Ratings
Developer ziyu.app
Payment Type free
Supported Languages en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.13",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/compiled.js"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "template.html",
        "fonts\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}