Remove Ads from Photopea

Hides the ads on Photopea

Remove Ads from Photopeaคืออะไร?

Remove Ads from Photopea เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jared.schwalbe และคุณลักษณะหลักของมันคือ "Hides the ads on Photopea"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove Ads from Photopea

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}