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."입니다.

확장 프로그램 스크린샷

screenshot

Pixlr Unlimited Daily Saves 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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\/*"
            ]
        }
    ]
}