Pixlr Unlimited Daily Saves

Removes the 2 saves per day limit on Pixlr apps.

Wat is Pixlr Unlimited Daily Saves?

Pixlr Unlimited Daily Saves is een Chrome-extensie ontwikkeld door DiamondDev (Prev. Clickette), en de belangrijkste functie is "Removes the 2 saves per day limit on Pixlr apps.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Pixlr Unlimited Daily Saves

Download Pixlr Unlimited Daily Saves-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Pixlr Unlimited Daily Saves Pixlr Unlimited Daily Saves
ID obnbohgpfobmlcefldabpjlkfodlpmab
Officiële URL https://chrome.google.com/webstore/detail/pixlr-unlimited-daily-sav/obnbohgpfobmlcefldabpjlkfodlpmab
Beschrijving Removes the 2 saves per day limit on Pixlr apps.
Bestandsgrootte 7.38 KB
Aantal Installaties 3,519
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-06-23
Publicatiedatum 2023-02-15
Beoordeling 4.46/5 Totaal 41 Beoordelingen
Ontwikkelaar DiamondDev (Prev. Clickette)
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}