PSDLE

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

PSDLE là gì?

PSDLE là một tiện ích mở rộng Chrome được phát triển bởi https://repod.github.io/psdle, và tính năng chính của nó là "Improving everyone's favorite online download list, one loop at a time.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PSDLE

Tải xuống các tệp mở rộng PSDLE 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PSDLE PSDLE
ID jdjhhapoddhnimgdemnpbfagndcnmhii
URL Chính Thức https://chromewebstore.google.com/detail/psdle/jdjhhapoddhnimgdemnpbfagndcnmhii
Mô tả Improving everyone's favorite online download list, one loop at a time.
Kích Thước Tệp 49.99 KB
Số Lần Cài Đặt 10,473
Phiên Bản Hiện Tại 4.1.4
Cập Nhật Lần Cuối 2023-04-28
Ngày Phát Hành 2020-02-04
Đánh Giá 4.71/5 Tổng số 110 Đánh Giá
Nhà Phát Triển https://repod.github.io/psdle
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://repod.github.io/psdle/
URL Trang Trợ Giúp https://repod.github.io/psdle/
URL Trang Chính Sách Bảo Mật https://repod.github.io/psdle
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}