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 |
Eメール | [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" } } |