Scrollizy - Facebook Optimizer

Makes Facebook smoother, no longer lagging

What is Scrollizy - Facebook Optimizer?

Scrollizy - Facebook Optimizer is a Chrome extension developed by https://vanx.vn, and its main feature is "Makes Facebook smoother, no longer lagging".

Extension Screenshots

screenshot

Download Scrollizy - Facebook Optimizer Extension CRX File

Download Scrollizy - Facebook Optimizer 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

                        *NEW: Support for the new version of Facebook.
Makes Facebook smoother, no longer lagging.
The page scroll is almost unlimited.
If you like this add-on, please rate 5 stars to support the developer.                    

Extension Basic Information

Name Scrollizy - Facebook Optimizer Scrollizy - Facebook Optimizer
ID lnmpfngofkohjhmgpnjmcmkgkgjajdii
Official URL https://chromewebstore.google.com/detail/scrollizy-facebook-optimi/lnmpfngofkohjhmgpnjmcmkgkgjajdii
Description Makes Facebook smoother, no longer lagging
File Size 11.36 KB
Installation Count 1,458
Current Version 1.6.0
Last Updated 2020-08-25
Publish Date 2019-12-28
Rating 4.96/5 Total 47 Ratings
Developer https://vanx.vn
Email [email protected]
Payment Type free
Extension Website http://scrollizy.github.io/
Privacy Policy Page URL https://www.vanx.vn/en/privacy-policy
Supported Languages en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "short_name": "Scrollizy",
    "version": "1.6.0",
    "manifest_version": 2,
    "description": "__MSG_ext_description__",
    "homepage_url": "https:\/\/scrollizy.github.io",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Scrollizy"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "src\/css\/stylesheet.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en"
}