PreWrap
PreMiD Presences wrapper for the Discord-RPC-Extension with focus on security and performance. It allows you to set the watching…
Cos'è PreWrap?
PreWrap è un'estensione di Chrome sviluppata da lolamtisch, e la sua funzione principale è "PreMiD Presences wrapper for the Discord-RPC-Extension with focus on security and performance. It allows you to set the watching…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PreWrap
Scarica i file di estensione PreWrap 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
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
Informazioni di Base sull'Estensione
Nome | PreWrap |
ID | calpcokkjmookodfpbmdbknfcjhekgaj |
URL Ufficiale | https://chromewebstore.google.com/detail/prewrap/calpcokkjmookodfpbmdbknfcjhekgaj |
Descrizione | PreMiD Presences wrapper for the Discord-RPC-Extension with focus on security and performance. It allows you to set the watching… |
Dimensione del File | 9.56 MB |
Conteggio Installazioni | 700 |
Versione Corrente | 2024.3.3 |
Ultimo Aggiornamento | 2024-03-03 |
Data di Pubblicazione | 2020-10-26 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | lolamtisch |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/lolamtisch/PreWrap |
URL della Pagina della Politica sulla Privacy | https://github.com/lolamtisch/MALSync/wiki/Privacy-Policy |
Lingue Supportate | 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" } } |