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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } } |