CSS Brio Pro

Have amazing animation on your website in seconds.

What is CSS Brio Pro?

CSS Brio Pro is a Chrome extension developed by JRAYCV, and its main feature is "Have amazing animation on your website in seconds.".

Extension Screenshots

screenshot

Download CSS Brio Pro Extension CRX File

Download CSS Brio Pro 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

                        Create Visually Appealing CSS Animations Instantly!
With CSS Brio Pro Bigger, Faster, and Better.

---------------------------------------------------------------------------------
Bug Fix:

1. Mac Dark Mode white background has been fixed.
2. Windows Text Color  Select Option has been fixed.

---------------------------------------------------------------------------------

Bigger

The enhanced interface is very visually engaging, the typography is now clearer and more visible.

Faster

Achieve more in less time, CSS Brio Pro is faster and more responsive

Better

Enjoy improved functionality, our powerful new features will help you create visually appealing animations. New! Animations have been added                    

Extension Basic Information

Name CSS Brio Pro CSS Brio Pro
ID odbkocjdfcnbnanfopdgpimmiebhofbf
Official URL https://chromewebstore.google.com/detail/css-brio-pro/odbkocjdfcnbnanfopdgpimmiebhofbf
Description Have amazing animation on your website in seconds.
File Size 308 KB
Installation Count 81
Current Version 2.0.0
Last Updated 2023-12-05
Publish Date 2021-10-03
Rating 4.67/5 Total 3 Ratings
Developer JRAYCV
Email [email protected]
Payment Type in_app
Extension Website https://pixelcodify.com/cbp/
Help Page URL https://pixelcodify.com/cbp/
Privacy Policy Page URL https://pixelcodify.com/cbp/privacy-policy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSS Brio Pro",
    "action": [],
    "manifest_version": 3,
    "version": "2.0.0",
    "description": "Have amazing animation on your website in seconds.",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "imgs\/*",
                "js\/*",
                "lib\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "imgs\/cbp_icon16.png",
        "48": "imgs\/cbp_icon48.png",
        "128": "imgs\/cbp_icon128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*",
        "*:\/\/api.gumroad.com\/*"
    ]
}