Pixlr Unlimited Daily Saves

Removes the 2 saves per day limit on Pixlr apps.

什麼是Pixlr Unlimited Daily Saves?

Pixlr Unlimited Daily Saves是由DiamondDev (Prev. Clickette)開發的Chrome擴展程式,該擴展的主要功能是“Removes the 2 saves per day limit on Pixlr apps.”。

擴展截圖

screenshot

下載Pixlr Unlimited Daily Saves擴展crx文件

下載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
官方網址 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\/*"
            ]
        }
    ]
}