Pixlr Unlimited Daily Saves
Removes the 2 saves per day limit on Pixlr apps.
Pixlr Unlimited Daily Savesとは何ですか?
Pixlr Unlimited Daily SavesはDiamondDev (Prev. Clickette)によって開発されたChromeの拡張機能で、その主な機能は「Removes the 2 saves per day limit on Pixlr apps.」です。
拡張機能のスクリーンショット
Pixlr Unlimited Daily Saves拡張機能のCRXファイルをダウンロード
Pixlr Unlimited Daily Saves拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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) |
Eメール | [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\/*" ] } ] } |