PSDLE

Improving everyone's favorite online download list, one loop at a time.

PSDLE란 무엇입니까?

PSDLE은(는) https://repod.github.io/psdle에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improving everyone's favorite online download list, one loop at a time."입니다.

확장 프로그램 스크린샷

screenshot

PSDLE 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Reviews are appreciated! Also available for other browsers, including a Firefox add-on, on the website.

PSDLE: (for the "new store"/Library)
• Export your list as CSV or JSON.
• Supports the Purchased and Plus tabs.
• Searching and filtering may come in the future. Currently limited by appearing alongside the existing page.
• None of the below.

"Old store":
• Search, sort, filter, and export your list.

This extension will be updated infrequently to assure stability.

Certain features may not be available based on options shown and enabled during startup. Provided screenshots have been altered to obscure copyrighted material and may not reflect current features or design.

PSDLE is not sponsored, endorsed, or created by Sony, SIE, SNEI, SCEA, SCEE, SCEI, PlayStation, or affiliates.                    

확장 프로그램 기본 정보

이름 PSDLE PSDLE
ID jdjhhapoddhnimgdemnpbfagndcnmhii
공식 URL https://chromewebstore.google.com/detail/psdle/jdjhhapoddhnimgdemnpbfagndcnmhii
설명 Improving everyone's favorite online download list, one loop at a time.
파일 크기 49.99 KB
설치 횟수 10,473
현재 버전 4.1.4
최근 업데이트 2023-04-28
출시 날짜 2020-02-04
평점 4.71/5 총 110 개의 평점
개발자 https://repod.github.io/psdle
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://repod.github.io/psdle/
도움말 페이지 URL https://repod.github.io/psdle/
개인정보 보호 정책 페이지 URL https://repod.github.io/psdle
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PSDLE",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "homepage_url": "https:\/\/repod.github.io\/psdle",
    "version": "4.1.4",
    "page_action": {
        "default_icon": "icons\/icon32.png",
        "default_title": "__MSG_pageActionRun__"
    },
    "permissions": [
        "tabs",
        "https:\/\/store.playstation.com\/*",
        "https:\/\/library.playstation.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/transact.playstation.com\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/chrome.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/psdleChromium.js",
        "js\/psdle.gotham.js",
        "js\/psdle.valkyrie.js"
    ],
    "icons": {
        "16": "icons\/icon32.png",
        "48": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "applications": {
        "gecko": {
            "strict_min_version": "57.0"
        }
    }
}