PreWrap
PreMiD Presences wrapper for the Discord-RPC-Extension with focus on security and performance. It allows you to set the watching…
Qu'est-ce que PreWrap ?
PreWrap est une extension Chrome développée par lolamtisch, et sa fonction principale est "PreMiD Presences wrapper for the Discord-RPC-Extension with focus on security and performance. It allows you to set the watching…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PreWrap
Téléchargez les fichiers d'extension PreWrap au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
PreMiD Presences wrapper for the Discord-RPC-Extension with focus on security and performance. It allows you to set the watching state in your Discord profile in Realtime on a big variety of webpages. What is the difference to PreMiD - No remote JavaScript execution or remote dependencies - Permission requested only for the active Presences - minimal content script and it only gets injected for the active Presence pages. Why is the other extension and application needed? Discord decided that you need an actual application to access the RPC API, there is currently no other way. The "Discord Rich Presence" extension does the communication to that application and provides an API for other Extensions to use. This way you don't need an separate application for every extension that wants to add Discord support. The included presences are not created nor maintained by me. All credit goes to the PreMiD team. => https://premid.app Presences source code: https://github.com/PreMiD/Presences Extension source code: https://github.com/lolamtisch/PreWrap
Informations de Base sur l'Extension
Nom | PreWrap |
ID | calpcokkjmookodfpbmdbknfcjhekgaj |
URL Officiel | https://chromewebstore.google.com/detail/prewrap/calpcokkjmookodfpbmdbknfcjhekgaj |
Description | PreMiD Presences wrapper for the Discord-RPC-Extension with focus on security and performance. It allows you to set the watching… |
Taille du Fichier | 9.56 MB |
Nombre d'Installations | 700 |
Version Actuelle | 2024.3.3 |
Dernière Mise à Jour | 2024-03-03 |
Date de Publication | 2020-10-26 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | lolamtisch |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/lolamtisch/PreWrap |
URL de la Page de Politique de Confidentialité | https://github.com/lolamtisch/MALSync/wiki/Privacy-Policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PreWrap", "version": "2024.3.3", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "permissions": [ "storage", "activeTab", "webNavigation" ], "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "Pages\/pages.js", "Pages\/locale.js", "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" } } |