InterPals Missing Chats Conjurer

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

Τι είναι το InterPals Missing Chats Conjurer;

Το InterPals Missing Chats Conjurer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον hermes, και η κύρια λειτουργία του είναι "Allows you to revive missing conversations on interpals.net. This is an NOT an official InterPals software.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης InterPals Missing Chats Conjurer

Λήψη αρχείων επέκτασης InterPals Missing Chats Conjurer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα InterPals Missing Chats Conjurer InterPals Missing Chats Conjurer
ID dgodclidncojhamepeddepnpiejdhdjd
Επίσημο URL https://chromewebstore.google.com/detail/interpals-missing-chats-c/dgodclidncojhamepeddepnpiejdhdjd
Περιγραφή Allows you to revive missing conversations on interpals.net. This is an NOT an official InterPals software.
Μέγεθος Αρχείου 47.11 KB
Αριθμός Εγκαταστάσεων 14
Τρέχουσα Έκδοση 0.4
Τελευταία Ενημέρωση 2021-01-23
Ημερομηνία Δημοσίευσης 2021-01-23
Προγραμματιστής hermes
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/hermes-jr/interpals-conjurer-addon
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}