Pixlr Unlimited Daily Saves
Removes the 2 saves per day limit on Pixlr apps.
Pixlr Unlimited Daily Saves là gì?
Pixlr Unlimited Daily Saves là một tiện ích mở rộng Chrome được phát triển bởi DiamondDev (Prev. Clickette), và tính năng chính của nó là "Removes the 2 saves per day limit on Pixlr apps.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pixlr Unlimited Daily Saves
Tải xuống các tệp mở rộng Pixlr Unlimited Daily Saves dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pixlr Unlimited Daily Saves |
ID | obnbohgpfobmlcefldabpjlkfodlpmab |
URL Chính Thức | https://chrome.google.com/webstore/detail/pixlr-unlimited-daily-sav/obnbohgpfobmlcefldabpjlkfodlpmab |
Mô tả | Removes the 2 saves per day limit on Pixlr apps. |
Kích Thước Tệp | 7.38 KB |
Số Lần Cài Đặt | 3,519 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-06-23 |
Ngày Phát Hành | 2023-02-15 |
Đánh Giá | 4.46/5 Tổng số 41 Đánh Giá |
Nhà Phát Triển | DiamondDev (Prev. Clickette) |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |