Pixlr Unlimited Daily Saves

Removes the 2 saves per day limit on Pixlr apps.

Vad är Pixlr Unlimited Daily Saves?

Pixlr Unlimited Daily Saves är en Chrome-tillägg utvecklad av DiamondDev (Prev. Clickette), och dess huvudfunktion är "Removes the 2 saves per day limit on Pixlr apps.".

Tilläggsskärmbilder

screenshot

Ladda ner Pixlr Unlimited Daily Saves-förlängningens CRX-fil

Ladda ner Pixlr Unlimited Daily Saves-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Pixlr Unlimited Daily Saves Pixlr Unlimited Daily Saves
ID obnbohgpfobmlcefldabpjlkfodlpmab
Officiell webbadress https://chrome.google.com/webstore/detail/pixlr-unlimited-daily-sav/obnbohgpfobmlcefldabpjlkfodlpmab
Beskrivning Removes the 2 saves per day limit on Pixlr apps.
Filstorlek 7.38 KB
Antal Installationer 3,519
Aktuell Version 1.0.0
Senast Uppdaterad 2023-06-23
Publiceringsdatum 2023-02-15
Betyg 4.46/5 Totalt 41 Betyg
Utvecklare DiamondDev (Prev. Clickette)
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
            ]
        }
    ]
}