Remove Ads from Photopea

Hides the ads on Photopea

What is Remove Ads from Photopea?

Remove Ads from Photopea is a Chrome extension developed by jared.schwalbe, and its main feature is "Hides the ads on Photopea".

Extension Screenshots

screenshot

Download Remove Ads from Photopea Extension CRX File

Download Remove Ads from Photopea 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

                        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.                    

Extension Basic Information

Name Remove Ads from Photopea Remove Ads from Photopea
ID gjkjjhgjcalgefcimahpbacihndicccn
Official URL https://chromewebstore.google.com/detail/remove-ads-from-photopea/gjkjjhgjcalgefcimahpbacihndicccn
Description Hides the ads on Photopea
File Size 11.44 KB
Installation Count 11,324
Current Version 1.2.2
Last Updated 2023-10-05
Publish Date 2022-03-29
Rating 4.68/5 Total 38 Ratings
Developer jared.schwalbe
Email [email protected]
Payment Type free
Help Page URL https://github.com/jared-schwalbe/remove-ads-from-photopea/issues
Supported Languages 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"
            ]
        }
    ]
}