Remove Ads from Photopea

Hides the ads on Photopea

Apa itu Remove Ads from Photopea?

Remove Ads from Photopea adalah ekstensi Chrome yang dikembangkan oleh jared.schwalbe, dan fitur utamanya adalah "Hides the ads on Photopea".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Remove Ads from Photopea

Unduh file ekstensi Remove Ads from Photopea dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Install this extension to remove the ads while using the popular web-based Photoshop clone, Photopea. You'll be able to edit photos while using the entire width of your browser window.

You should still disable your regular ad blocker (AdBlock, uBlocker Origin, etc). This extension does not block the ads, it just hides them from view.

*** After installing, refresh any tabs that are running Photopea.                    

Informasi Dasar Ekstensi

Nama Remove Ads from Photopea Remove Ads from Photopea
ID gjkjjhgjcalgefcimahpbacihndicccn
URL Resmi https://chromewebstore.google.com/detail/remove-ads-from-photopea/gjkjjhgjcalgefcimahpbacihndicccn
Deskripsi Hides the ads on Photopea
Ukuran File 11.44 KB
Jumlah Instalasi 11,324
Versi Saat Ini 1.2.2
Terakhir Diperbarui 2023-10-05
Tanggal Publikasi 2022-03-29
Penilaian 4.68/5 Total 38 Penilaian
Pengembang jared.schwalbe
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/jared-schwalbe/remove-ads-from-photopea/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove Ads from Photopea",
    "description": "Hides the ads on Photopea",
    "author": "Jared Schwalbe",
    "version": "1.2.2",
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.photopea.com\/*"
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}