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