Canva Premium Element Remover

An extension to remove premium elements on Canva.

What is Canva Premium Element Remover?

Canva Premium Element Remover is a Chrome extension developed by jimmyfac1, and its main feature is "An extension to remove premium elements on Canva.".

Extension Screenshots

screenshot

Download Canva Premium Element Remover Extension CRX File

Download Canva Premium Element Remover 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

                        The Canva Premium Element Remover is a handy Chrome extension that helps you enjoy a clutter-free design experience on Canva. Are you tired of seeing premium elements pop up in your designs, making it difficult to focus on your creative process? This extension is here to solve that problem!

With a simple click, the Canva Premium Element Remover automatically hides all premium elements from your Canva canvas, giving you a seamless editing experience. Whether you're a free user or want to avoid distractions from premium elements, this extension has got you covered.

Good to know : For now it doesn't work with Text, only with elements                    

Extension Basic Information

Name Canva Premium Element Remover Canva Premium Element Remover
ID nelaapcmnppfpielmfmlhdlgjekaodfl
Official URL https://chromewebstore.google.com/detail/canva-premium-element-rem/nelaapcmnppfpielmfmlhdlgjekaodfl
Description An extension to remove premium elements on Canva.
File Size 5.76 KB
Installation Count 549
Current Version 1.0
Last Updated 2023-08-09
Publish Date 2023-08-08
Rating 5.00/5 Total 4 Ratings
Developer jimmyfac1
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Canva Premium Element Remover",
    "version": "1.0",
    "description": "An extension to remove premium elements on Canva.",
    "icons": {
        "48": "logo-48.png"
    },
    "action": {
        "default_icon": "logo-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.canva.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}