Pixlr Unlimited Daily Saves
Removes the 2 saves per day limit on Pixlr apps.
Qu'est-ce que Pixlr Unlimited Daily Saves ?
Pixlr Unlimited Daily Saves est une extension Chrome développée par DiamondDev (Prev. Clickette), et sa fonction principale est "Removes the 2 saves per day limit on Pixlr apps.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pixlr Unlimited Daily Saves
Téléchargez les fichiers d'extension Pixlr Unlimited Daily Saves au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Pixlr Unlimited Daily Saves |
ID | obnbohgpfobmlcefldabpjlkfodlpmab |
URL Officiel | https://chrome.google.com/webstore/detail/pixlr-unlimited-daily-sav/obnbohgpfobmlcefldabpjlkfodlpmab |
Description | Removes the 2 saves per day limit on Pixlr apps. |
Taille du Fichier | 7.38 KB |
Nombre d'Installations | 3,519 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2023-06-23 |
Date de Publication | 2023-02-15 |
Évaluation | 4.46/5 Total 41 Évaluations |
Développeur | DiamondDev (Prev. Clickette) |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |