CSS Brio Pro

Have amazing animation on your website in seconds.

Cos'è CSS Brio Pro?

CSS Brio Pro è un'estensione di Chrome sviluppata da JRAYCV, e la sua funzione principale è "Have amazing animation on your website in seconds.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CSS Brio Pro

Scarica i file di estensione CSS Brio Pro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome CSS Brio Pro CSS Brio Pro
ID odbkocjdfcnbnanfopdgpimmiebhofbf
URL Ufficiale https://chromewebstore.google.com/detail/css-brio-pro/odbkocjdfcnbnanfopdgpimmiebhofbf
Descrizione Have amazing animation on your website in seconds.
Dimensione del File 308 KB
Conteggio Installazioni 81
Versione Corrente 2.0.0
Ultimo Aggiornamento 2023-12-05
Data di Pubblicazione 2021-10-03
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore JRAYCV
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://pixelcodify.com/cbp/
URL della Pagina di Aiuto https://pixelcodify.com/cbp/
URL della Pagina della Politica sulla Privacy https://pixelcodify.com/cbp/privacy-policy.html
Lingue Supportate 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\/*"
    ]
}