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文件

下載PSDLE擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    }
}