InterPals Missing Chats Conjurer

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

Co to jest InterPals Missing Chats Conjurer?

InterPals Missing Chats Conjurer to rozszerzenie Chrome opracowane przez hermes, a jego główną funkcją jest „Allows you to revive missing conversations on interpals.net. This is an NOT an official InterPals software.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia InterPals Missing Chats Conjurer

Pobierz pliki rozszerzeń InterPals Missing Chats Conjurer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa InterPals Missing Chats Conjurer InterPals Missing Chats Conjurer
ID dgodclidncojhamepeddepnpiejdhdjd
Oficjalny URL https://chromewebstore.google.com/detail/interpals-missing-chats-c/dgodclidncojhamepeddepnpiejdhdjd
Opis Allows you to revive missing conversations on interpals.net. This is an NOT an official InterPals software.
Rozmiar pliku 47.11 KB
Liczba instalacji 14
Aktualna Wersja 0.4
Ostatnia Aktualizacja 2021-01-23
Data Publikacji 2021-01-23
Deweloper hermes
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://github.com/hermes-jr/interpals-conjurer-addon
Obsługiwane Języki 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"
            ]
        }
    ]
}