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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}