PSDLE
Improving everyone's favorite online download list, one loop at a time.
PSDLE क्या है?
PSDLE https://repod.github.io/psdle द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improving everyone's favorite online download list, one loop at a time."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PSDLE एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } } |