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…"입니다.

확장 프로그램 스크린샷

screenshot

PreWrap 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}