PSDLE
Improving everyone's favorite online download list, one loop at a time.
Cos'è PSDLE?
PSDLE è un'estensione di Chrome sviluppata da https://repod.github.io/psdle, e la sua funzione principale è "Improving everyone's favorite online download list, one loop at a time.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PSDLE
Scarica i file di estensione PSDLE in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | PSDLE |
ID | jdjhhapoddhnimgdemnpbfagndcnmhii |
URL Ufficiale | https://chromewebstore.google.com/detail/psdle/jdjhhapoddhnimgdemnpbfagndcnmhii |
Descrizione | Improving everyone's favorite online download list, one loop at a time. |
Dimensione del File | 49.99 KB |
Conteggio Installazioni | 10,473 |
Versione Corrente | 4.1.4 |
Ultimo Aggiornamento | 2023-04-28 |
Data di Pubblicazione | 2020-02-04 |
Valutazione | 4.71/5 Totale 110 Valutazioni |
Sviluppatore | https://repod.github.io/psdle |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://repod.github.io/psdle/ |
URL della Pagina di Aiuto | https://repod.github.io/psdle/ |
URL della Pagina della Politica sulla Privacy | https://repod.github.io/psdle |
Lingue Supportate | 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" } } } |