CSS Brio Pro

Have amazing animation on your website in seconds.

Vad är CSS Brio Pro?

CSS Brio Pro är en Chrome-tillägg utvecklad av JRAYCV, och dess huvudfunktion är "Have amazing animation on your website in seconds.".

Tilläggsskärmbilder

screenshot

Ladda ner CSS Brio Pro-förlängningens CRX-fil

Ladda ner CSS Brio Pro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn CSS Brio Pro CSS Brio Pro
ID odbkocjdfcnbnanfopdgpimmiebhofbf
Officiell webbadress https://chromewebstore.google.com/detail/css-brio-pro/odbkocjdfcnbnanfopdgpimmiebhofbf
Beskrivning Have amazing animation on your website in seconds.
Filstorlek 308 KB
Antal Installationer 81
Aktuell Version 2.0.0
Senast Uppdaterad 2023-12-05
Publiceringsdatum 2021-10-03
Betyg 4.67/5 Totalt 3 Betyg
Utvecklare JRAYCV
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://pixelcodify.com/cbp/
Hjälpsida URL https://pixelcodify.com/cbp/
URL till Sekretesspolicy Sidan https://pixelcodify.com/cbp/privacy-policy.html
Stödda Språk 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\/*"
    ]
}