Force Hardware Compositing

Forces Chromium to use hardware compositing, improving scroll performance and reducing CPU usage.

What is Force Hardware Compositing?

Force Hardware Compositing is a Chrome extension developed by https://m132.eu, and its main feature is "Forces Chromium to use hardware compositing, improving scroll performance and reducing CPU usage.".

Download Force Hardware Compositing Extension CRX File

Download Force Hardware Compositing 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 forces Chromium to use hardware compositing, improving scroll performance and reducing CPU usage, especially for complicated webpages such as Google+ or Facebook.

Note that RGB font anti-aliasing will disabled on composited layers.                    

Extension Basic Information

Name Force Hardware Compositing Force Hardware Compositing
ID ohgjpdfjkpgapnfiipbdpbffambccahj
Official URL https://chrome.google.com/webstore/detail/force-hardware-compositin/ohgjpdfjkpgapnfiipbdpbffambccahj
Description Forces Chromium to use hardware compositing, improving scroll performance and reducing CPU usage.
File Size 3.28 KB
Installation Count 36
Current Version 1.0
Last Updated 2015-09-27
Publish Date 2015-09-27
Developer https://m132.eu
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "hwcomposite.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "hwcomposite.js"
    ],
    "manifest_version": 2,
    "name": "Force Hardware Compositing",
    "description": "Forces Chromium to use hardware compositing, improving scroll performance and reducing CPU usage.",
    "version": "1.0"
}