Pixlr Unlimited Daily Saves

Removes the 2 saves per day limit on Pixlr apps.

Co to jest Pixlr Unlimited Daily Saves?

Pixlr Unlimited Daily Saves to rozszerzenie Chrome opracowane przez DiamondDev (Prev. Clickette), a jego główną funkcją jest „Removes the 2 saves per day limit on Pixlr apps.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pixlr Unlimited Daily Saves

Pobierz pliki rozszerzeń Pixlr Unlimited Daily Saves w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pixlr Unlimited Daily Saves Pixlr Unlimited Daily Saves
ID obnbohgpfobmlcefldabpjlkfodlpmab
Oficjalny URL https://chrome.google.com/webstore/detail/pixlr-unlimited-daily-sav/obnbohgpfobmlcefldabpjlkfodlpmab
Opis Removes the 2 saves per day limit on Pixlr apps.
Rozmiar pliku 7.38 KB
Liczba instalacji 3,519
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2023-06-23
Data Publikacji 2023-02-15
Ocena 4.46/5 Łącznie 41 Oceny
Deweloper DiamondDev (Prev. Clickette)
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}