InterPals Missing Chats Conjurer

Allows you to revive missing conversations on interpals.net. This is an NOT an official InterPals software.

¿Qué es InterPals Missing Chats Conjurer?

InterPals Missing Chats Conjurer es una extensión de Chrome desarrollada por hermes, y su función principal es "Allows you to revive missing conversations on interpals.net. This is an NOT an official InterPals software.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión InterPals Missing Chats Conjurer

Descarga archivos de extensión InterPals Missing Chats Conjurer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This browser extension allows you to revive some missing conversations on interpals.net. Sometimes the website notifies you for a brief moment about new messages but they're never found in private messages page after that. This extension introduces a temporary duct-tape kind of solution to that problem. It injects an extra script to the website. While the website page is opened, the script tracks notifications and stores them locally in your browser. It also displays the list of persistent notifications on the lower right of your page. No information is being sent outside your machine or even to other processes. Everything is handled locally.

This is an NOT an official InterPals software.                    

Información Básica de la Extensión

Nombre InterPals Missing Chats Conjurer InterPals Missing Chats Conjurer
ID dgodclidncojhamepeddepnpiejdhdjd
URL Oficial https://chromewebstore.google.com/detail/interpals-missing-chats-c/dgodclidncojhamepeddepnpiejdhdjd
Descripción Allows you to revive missing conversations on interpals.net. This is an NOT an official InterPals software.
Tamaño del Archivo 47.11 KB
Cantidad de Instalaciones 14
Versión Actual 0.4
Última Actualización 2021-01-23
Fecha de Publicación 2021-01-23
Desarrollador hermes
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://github.com/hermes-jr/interpals-conjurer-addon
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "InterPals Missing Chats Conjurer",
    "version": "0.4",
    "description": "Allows you to revive missing conversations on interpals.net. This is an NOT an official InterPals software.",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "96": "icons\/icon-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/interpals.net\/*",
                "*:\/\/www.interpals.net\/*"
            ],
            "js": [
                "ip-conjurer.js"
            ],
            "css": [
                "ip-conjurer.css"
            ]
        }
    ]
}