Remove Ads from Photopea

Hides the ads on Photopea

Qu'est-ce que Remove Ads from Photopea ?

Remove Ads from Photopea est une extension Chrome développée par jared.schwalbe, et sa fonction principale est "Hides the ads on Photopea".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Remove Ads from Photopea

Téléchargez les fichiers d'extension Remove Ads from Photopea au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Remove Ads from Photopea Remove Ads from Photopea
ID gjkjjhgjcalgefcimahpbacihndicccn
URL Officiel https://chromewebstore.google.com/detail/remove-ads-from-photopea/gjkjjhgjcalgefcimahpbacihndicccn
Description Hides the ads on Photopea
Taille du Fichier 11.44 KB
Nombre d'Installations 11,324
Version Actuelle 1.2.2
Dernière Mise à Jour 2023-10-05
Date de Publication 2022-03-29
Évaluation 4.68/5 Total 38 Évaluations
Développeur jared.schwalbe
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/jared-schwalbe/remove-ads-from-photopea/issues
Langues Prises en Charge 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"
            ]
        }
    ]
}