PreWrap
PreMiD Presences wrapper for the Discord-RPC-Extension with focus on security and performance. It allows you to set the watching…
什麼是PreWrap?
PreWrap是由lolamtisch開發的Chrome擴展程式,該擴展的主要功能是“PreMiD Presences wrapper for the Discord-RPC-Extension with focus on security and performance. It allows you to set the watching…”。
擴展截圖
下載PreWrap擴展crx文件
下載PreWrap擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | PreWrap |
ID | calpcokkjmookodfpbmdbknfcjhekgaj |
官方網址 | https://chromewebstore.google.com/detail/prewrap/calpcokkjmookodfpbmdbknfcjhekgaj |
簡介 | PreMiD Presences wrapper for the Discord-RPC-Extension with focus on security and performance. It allows you to set the watching… |
檔案大小 | 9.56 MB |
安裝次數 | 700 |
目前版本 | 2024.3.3 |
更新時間 | 2024-03-03 |
上架時間 | 2020-10-26 |
評分 | 5.00/5 共 5 次評分 |
開發者 | lolamtisch |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/lolamtisch/PreWrap |
隱私政策頁面URL | https://github.com/lolamtisch/MALSync/wiki/Privacy-Policy |
支援的語言 | 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" } } |