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 |
官方URL | 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" } } |