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
公式URL 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
Eメール [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"
            ]
        }
    ]
}