InterPals Missing Chats Conjurer
Allows you to revive missing conversations on interpals.net. This is an NOT an official InterPals software.
What is InterPals Missing Chats Conjurer?
InterPals Missing Chats Conjurer is a Chrome extension developed by hermes, and its main feature is "Allows you to revive missing conversations on interpals.net. This is an NOT an official InterPals software.".
Extension Screenshots
Download InterPals Missing Chats Conjurer Extension CRX File
Download InterPals Missing Chats Conjurer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | InterPals Missing Chats Conjurer |
ID | dgodclidncojhamepeddepnpiejdhdjd |
Official URL | https://chromewebstore.google.com/detail/interpals-missing-chats-c/dgodclidncojhamepeddepnpiejdhdjd |
Description | Allows you to revive missing conversations on interpals.net. This is an NOT an official InterPals software. |
File Size | 47.11 KB |
Installation Count | 14 |
Current Version | 0.4 |
Last Updated | 2021-01-23 |
Publish Date | 2021-01-23 |
Developer | hermes |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/hermes-jr/interpals-conjurer-addon |
Supported Languages | 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" ] } ] } |