CSS Brio Pro

Have amazing animation on your website in seconds.

Qu'est-ce que CSS Brio Pro ?

CSS Brio Pro est une extension Chrome développée par JRAYCV, et sa fonction principale est "Have amazing animation on your website in seconds.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CSS Brio Pro

Téléchargez les fichiers d'extension CSS Brio Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom CSS Brio Pro CSS Brio Pro
ID odbkocjdfcnbnanfopdgpimmiebhofbf
URL Officiel https://chromewebstore.google.com/detail/css-brio-pro/odbkocjdfcnbnanfopdgpimmiebhofbf
Description Have amazing animation on your website in seconds.
Taille du Fichier 308 KB
Nombre d'Installations 81
Version Actuelle 2.0.0
Dernière Mise à Jour 2023-12-05
Date de Publication 2021-10-03
Évaluation 4.67/5 Total 3 Évaluations
Développeur JRAYCV
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://pixelcodify.com/cbp/
URL de la Page d'Aide https://pixelcodify.com/cbp/
URL de la Page de Politique de Confidentialité https://pixelcodify.com/cbp/privacy-policy.html
Langues Prises en Charge 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\/*"
    ]
}