CSS Brio Pro

Have amazing animation on your website in seconds.

Hvad er CSS Brio Pro?

CSS Brio Pro er en Chrome-udvidelse udviklet af JRAYCV, og dens hovedfunktion er "Have amazing animation on your website in seconds.".

Udvidelsesskærmbilleder

screenshot

Download CSS Brio Pro-udvidelses-CRX-fil

Download CSS Brio Pro-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn CSS Brio Pro CSS Brio Pro
ID odbkocjdfcnbnanfopdgpimmiebhofbf
Officiel URL https://chromewebstore.google.com/detail/css-brio-pro/odbkocjdfcnbnanfopdgpimmiebhofbf
Beskrivelse Have amazing animation on your website in seconds.
Filstørrelse 308 KB
Antal Installationer 81
Nuværende Version 2.0.0
Senest Opdateret 2023-12-05
Udgivelsesdato 2021-10-03
Bedømmelse 4.67/5 Samlet 3 Bedømmelser
Udvikler JRAYCV
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted https://pixelcodify.com/cbp/
Hjælpeside-URL https://pixelcodify.com/cbp/
URL til Fortrolighedspolitik Side https://pixelcodify.com/cbp/privacy-policy.html
Understøttede Sprog 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\/*"
    ]
}