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はhermesによって開発されたChromeの拡張機能で、その主な機能は「Allows you to revive missing conversations on interpals.net. This is an NOT an official InterPals software.」です。

拡張機能のスクリーンショット

screenshot

InterPals Missing Chats Conjurer拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}