Remove Ads from Photopea

Hides the ads on Photopea

什麼是Remove Ads from Photopea?

Remove Ads from Photopea是由jared.schwalbe開發的Chrome擴展程式,該擴展的主要功能是“Hides the ads on Photopea”。

擴展截圖

screenshot

下載Remove Ads from Photopea擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Remove Ads from Photopea Remove Ads from Photopea
ID gjkjjhgjcalgefcimahpbacihndicccn
官方網址 https://chromewebstore.google.com/detail/remove-ads-from-photopea/gjkjjhgjcalgefcimahpbacihndicccn
簡介 Hides the ads on Photopea
檔案大小 11.44 KB
安裝次數 11,324
目前版本 1.2.2
更新時間 2023-10-05
上架時間 2022-03-29
評分 4.68/5 共 38 次評分
開發者 jared.schwalbe
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://github.com/jared-schwalbe/remove-ads-from-photopea/issues
支援的語言 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"
            ]
        }
    ]
}