Canva Premium Element Remover

An extension to remove premium elements on Canva.

什麼是Canva Premium Element Remover?

Canva Premium Element Remover是由jimmyfac1開發的Chrome擴展程式,該擴展的主要功能是“An extension to remove premium elements on Canva.”。

擴展截圖

screenshot

下載Canva Premium Element Remover擴展crx文件

下載Canva Premium Element Remover擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Canva Premium Element Remover Canva Premium Element Remover
ID nelaapcmnppfpielmfmlhdlgjekaodfl
官方網址 https://chromewebstore.google.com/detail/canva-premium-element-rem/nelaapcmnppfpielmfmlhdlgjekaodfl
簡介 An extension to remove premium elements on Canva.
檔案大小 5.76 KB
安裝次數 549
目前版本 1.0
更新時間 2023-08-09
上架時間 2023-08-08
評分 5.00/5 共 4 次評分
開發者 jimmyfac1
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
            ]
        }
    ]
}