Pixlr Unlimited Daily Saves
Removes the 2 saves per day limit on Pixlr apps.
ما هو Pixlr Unlimited Daily Saves؟
Pixlr Unlimited Daily Saves هو إضافة Chrome تم تطويرها بواسطة DiamondDev (Prev. Clickette)، والميزة الرئيسية لها هي "Removes the 2 saves per day limit on Pixlr apps.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pixlr Unlimited Daily Saves
قم بتنزيل ملفات الامتداد Pixlr Unlimited Daily Saves بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Pixlr Unlimited Daily Saves |
ID | obnbohgpfobmlcefldabpjlkfodlpmab |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/pixlr-unlimited-daily-sav/obnbohgpfobmlcefldabpjlkfodlpmab |
الوصف | Removes the 2 saves per day limit on Pixlr apps. |
حجم الملف | 7.38 KB |
عدد التثبيتات | 3,519 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2023-06-23 |
تاريخ النشر | 2023-02-15 |
تقييم | 4.46/5 مجموع تقييمات 41 |
المطور | DiamondDev (Prev. Clickette) |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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\/*" ] } ] } |