Pixlr Unlimited Daily Saves

Removes the 2 saves per day limit on Pixlr apps.

Cos'è Pixlr Unlimited Daily Saves?

Pixlr Unlimited Daily Saves è un'estensione di Chrome sviluppata da DiamondDev (Prev. Clickette), e la sua funzione principale è "Removes the 2 saves per day limit on Pixlr apps.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pixlr Unlimited Daily Saves

Scarica i file di estensione Pixlr Unlimited Daily Saves in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pixlr Unlimited Daily Saves Pixlr Unlimited Daily Saves
ID obnbohgpfobmlcefldabpjlkfodlpmab
URL Ufficiale https://chrome.google.com/webstore/detail/pixlr-unlimited-daily-sav/obnbohgpfobmlcefldabpjlkfodlpmab
Descrizione Removes the 2 saves per day limit on Pixlr apps.
Dimensione del File 7.38 KB
Conteggio Installazioni 3,519
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-06-23
Data di Pubblicazione 2023-02-15
Valutazione 4.46/5 Totale 41 Valutazioni
Sviluppatore DiamondDev (Prev. Clickette)
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}