PreWrap

PreMiD Presences wrapper for the Discord-RPC-Extension with focus on security and performance. It allows you to set the watching…

O que é PreWrap?

PreWrap é uma extensão do Chrome desenvolvida por lolamtisch, e sua principal característica é "PreMiD Presences wrapper for the Discord-RPC-Extension with focus on security and performance. It allows you to set the watching…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PreWrap

Baixe arquivos de extensão PreWrap no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome PreWrap PreWrap
ID calpcokkjmookodfpbmdbknfcjhekgaj
URL Oficial https://chromewebstore.google.com/detail/prewrap/calpcokkjmookodfpbmdbknfcjhekgaj
Descrição PreMiD Presences wrapper for the Discord-RPC-Extension with focus on security and performance. It allows you to set the watching…
Tamanho do Arquivo 9.56 MB
Contagem de Instalações 700
Versão Atual 2024.3.3
Última Atualização 2024-03-03
Data de Publicação 2020-10-26
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor lolamtisch
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/lolamtisch/PreWrap
URL da Página de Política de Privacidade https://github.com/lolamtisch/MALSync/wiki/Privacy-Policy
Idiomas Suportados 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"
    }
}