Pixlr Unlimited Daily Saves

Removes the 2 saves per day limit on Pixlr apps.

Pixlr Unlimited Daily Savesคืออะไร?

Pixlr Unlimited Daily Saves เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DiamondDev (Prev. Clickette) และคุณลักษณะหลักของมันคือ "Removes the 2 saves per day limit on Pixlr apps."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pixlr Unlimited Daily Saves

ดาวน์โหลดไฟล์ส่วนขยาย Pixlr Unlimited Daily Saves ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Recently, the team behind the Pixlr suite of apps (https://pixlr.com/suite) added a limit on how many times you can save per day. What this extension does is remove that limit every time you reload.

Last updated Feb 8th 2023, still works as of June 22nd 2023.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pixlr Unlimited Daily Saves Pixlr Unlimited Daily Saves
ID obnbohgpfobmlcefldabpjlkfodlpmab
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pixlr-unlimited-daily-sav/obnbohgpfobmlcefldabpjlkfodlpmab
คำอธิบาย Removes the 2 saves per day limit on Pixlr apps.
ขนาดไฟล์ 7.38 KB
จำนวนการติดตั้ง 3,519
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-06-23
วันที่เผยแพร่ 2023-02-15
คะแนน 4.46/5 รวมทั้งหมด 41 คะแนน
ผู้พัฒนา DiamondDev (Prev. Clickette)
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pixlr Unlimited Daily Saves",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Removes the 2 saves per day limit on Pixlr apps.",
    "icons": {
        "96": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pixlr.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/inject\/inject.js"
            ],
            "matches": [
                "https:\/\/pixlr.com\/*"
            ]
        }
    ]
}