Pixlr Unlimited Daily Saves
Removes the 2 saves per day limit on Pixlr apps.
Apa itu Pixlr Unlimited Daily Saves?
Pixlr Unlimited Daily Saves adalah ekstensi Chrome yang dikembangkan oleh DiamondDev (Prev. Clickette), dan fitur utamanya adalah "Removes the 2 saves per day limit on Pixlr apps.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pixlr Unlimited Daily Saves
Unduh file ekstensi Pixlr Unlimited Daily Saves dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Pixlr Unlimited Daily Saves |
ID | obnbohgpfobmlcefldabpjlkfodlpmab |
URL Resmi | https://chrome.google.com/webstore/detail/pixlr-unlimited-daily-sav/obnbohgpfobmlcefldabpjlkfodlpmab |
Deskripsi | Removes the 2 saves per day limit on Pixlr apps. |
Ukuran File | 7.38 KB |
Jumlah Instalasi | 3,519 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2023-06-23 |
Tanggal Publikasi | 2023-02-15 |
Penilaian | 4.46/5 Total 41 Penilaian |
Pengembang | DiamondDev (Prev. Clickette) |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } ] } |